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

/net/sched/
H A Dsch_sfb.c43 struct sfb_bucket { struct
53 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS];
129 struct sfb_bucket *b = &q->bins[slot].bins[0][0];
158 struct sfb_bucket *b = &q->bins[slot].bins[0][0];
183 static void decrement_prob(struct sfb_bucket *b, struct sfb_sched_data *q)
188 static void increment_prob(struct sfb_bucket *b, struct sfb_sched_data *q)
205 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0];
334 struct sfb_bucket *b = &q->bins[slot].bins[i][hash];
369 struct sfb_bucket *b = &q->bins[slot].bins[i][hash];

Completed in 5 milliseconds