Searched refs:offtime_ (Results 1 – 3 of 3) sorted by relevance
258 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 …]
153 int offtime_; member
187 statsp->offtime = cl->offtime_; in get_class_stats()