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

/linux-master/net/sched/
H A Dsch_sfb.c39 struct sfb_bucket { struct
49 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS];
126 struct sfb_bucket *b = &q->bins[slot].bins[0][0];
155 struct sfb_bucket *b = &q->bins[slot].bins[0][0];
180 static void decrement_prob(struct sfb_bucket *b, struct sfb_sched_data *q)
185 static void increment_prob(struct sfb_bucket *b, struct sfb_sched_data *q)
202 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0];
332 struct sfb_bucket *b = &q->bins[slot].bins[i][hash];
365 struct sfb_bucket *b = &q->bins[slot].bins[i][hash];

Completed in 114 milliseconds