Searched refs:min_slot_shift (Results 1 – 1 of 1) sorted by relevance
190 u32 min_slot_shift; /* Index of the group-0 bit in the bitmaps. */ member 236 static int qfq_calc_index(u32 inv_w, unsigned int maxlen, u32 min_slot_shift) in qfq_calc_index() argument 242 size_map = slot_size >> min_slot_shift; in qfq_calc_index() 247 index -= !(slot_size - (1ULL << (index + min_slot_shift - 1))); in qfq_calc_index() 308 q->min_slot_shift); in qfq_update_agg() 814 old_V >>= q->min_slot_shift;822 unsigned long vslot = q->V >> q->min_slot_shift; in qfq_make_eligible() 823 unsigned long old_vslot = q->oldV >> q->min_slot_shift; in qfq_make_eligible() 1463 q->min_slot_shift = FRAC_BITS + maxbudg_shift - QFQ_MAX_INDEX; in qfq_init_qdisc() 1468 grp->slot_shift = q->min_slot_shift in qfq_init_qdisc() [all...]