Lines Matching refs:bins
52 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member
73 struct sfb_bins bins[2]; member
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()
194 memset(&q->bins, 0, sizeof(q->bins)); in sfb_zero_all_buckets()
204 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen()
222 q->bins[slot].perturbation = prandom_u32(); in sfb_init_perturbation()
316 sfbhash = jhash_1word(salt, q->bins[slot].perturbation); in sfb_enqueue()
318 sfbhash = skb_get_hash_perturb(skb, q->bins[slot].perturbation); in sfb_enqueue()
328 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()
354 q->bins[slot].perturbation); in sfb_enqueue()
361 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()