Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rmclass.c256 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
257 if (cl->offtime_ == 0) in rmc_newclass()
258 cl->offtime_ = 1; in rmc_newclass()
261 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
378 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
379 if (cl->offtime_ == 0) in rmc_modclass()
380 cl->offtime_ = 1; in rmc_modclass()
383 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
1480 delay += cl->offtime_; in rmc_delay_action()
1487 extradelay = borrow->offtime_; in rmc_delay_action()
[all …]
H A Daltq_rmclass.h150 int offtime_; member
H A Daltq_cbq.c187 statsp->offtime = cl->offtime_; in get_class_stats()