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