Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c258 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
259 if (cl->offtime_ == 0) in rmc_newclass()
260 cl->offtime_ = 1; in rmc_newclass()
263 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
380 cl->offtime_ = ((offtime * nsecPerByte) / 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()
1488 delay += cl->offtime_; in rmc_delay_action()
1495 extradelay = borrow->offtime_; in rmc_delay_action()
[all …]
H A Daltq_rmclass.h153 int offtime_; member
H A Daltq_cbq.c187 statsp->offtime = cl->offtime_; in get_class_stats()