Lines Matching refs:bins
53 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member
74 struct sfb_bins bins[2]; member
129 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in increment_one_qlen()
158 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in decrement_one_qlen()
195 memset(&q->bins, 0, sizeof(q->bins)); in sfb_zero_all_buckets()
205 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen()
223 q->bins[slot].perturbation = prandom_u32(); in sfb_init_perturbation()
327 q->bins[slot].perturbation); in sfb_enqueue()
334 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()
362 q->bins[slot].perturbation); in sfb_enqueue()
369 struct sfb_bucket *b = &q->bins[slot].bins[i][hash]; in sfb_enqueue()