Home
last modified time | relevance | path

Searched refs:offtime_ (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_rmclass.c268 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
269 if (cl->offtime_ == 0) in rmc_newclass()
270 cl->offtime_ = 1; in rmc_newclass()
273 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
380 cl->offtime_ = (((int64_t)offtime * (int64_t)psecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
381 if (cl->offtime_ == 0) in rmc_modclass()
382 cl->offtime_ = 1; in rmc_modclass()
385 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
1501 ndelay += cl->offtime_; in rmc_delay_action()
1508 extradelay = borrow->offtime_; in rmc_delay_action()
[all...]
H A Daltq_rmclass.h138 int64_t offtime_; member
H A Daltq_cbq.c227 statsp->offtime = cl->offtime_; in get_class_stats()
1104 cl->minidle_, cl->offtime_, cl->sleeping_, cl->leaf_);