HomeSort by: relevance | last modified time | path
    Searched refs:offtime_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_rmclass.c 268 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN;
269 if (cl->offtime_ == 0)
270 cl->offtime_ = 1;
273 cl->offtime_ = (offtime * nsecPerByte) / 8;
380 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN;
381 if (cl->offtime_ == 0)
382 cl->offtime_ = 1;
385 cl->offtime_ = (offtime * nsecPerByte) / 8;
1501 ndelay += cl->offtime_;
1508 extradelay = borrow->offtime_;
    [all...]
altq_rmclass.h 138 int64_t offtime_; member in struct:rm_class
altq_cbq.c 227 statsp->offtime = cl->offtime_;
1104 cl->minidle_, cl->offtime_, cl->sleeping_, cl->leaf_);

Completed in 15 milliseconds