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

/net/sched/
H A Dsch_sfb.c68 u32 tokens_avail; member in struct:sfb_sched_data
241 if (q->tokens_avail < 1) {
244 q->tokens_avail = (age * q->penalty_rate) / HZ;
245 if (q->tokens_avail > q->penalty_burst)
246 q->tokens_avail = q->penalty_burst;
248 if (q->tokens_avail < 1)
252 q->tokens_avail--;
535 q->tokens_avail = ctl->penalty_burst;

Completed in 51 milliseconds