Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_sfb.c42 struct sfb_bucket { struct
52 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; argument
128 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in increment_one_qlen()
157 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in decrement_one_qlen()
182 static void decrement_prob(struct sfb_bucket *b, struct sfb_sched_data *q) in decrement_prob()
187 static void increment_prob(struct sfb_bucket *b, struct sfb_sched_data *q) in increment_prob()
204 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen()
328 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()
361 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()