Searched refs:us_idle (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/net/
H A Dred.h293 long us_idle = min_t(s64, delta, p->Scell_max); local
316 shift = p->Stab[(us_idle >> p->Scell_log) & RED_STAB_MASK];
328 us_idle = (v->qavg * (u64)us_idle) >> p->Scell_log;
330 if (us_idle < (v->qavg >> 1))
331 return v->qavg - us_idle;

Completed in 218 milliseconds