Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_qfq.c190 u32 min_slot_shift; /* Index of the group-0 bit in the bitmaps. */ member
231 static int qfq_calc_index(u32 inv_w, unsigned int maxlen, u32 min_slot_shift) in qfq_calc_index() argument
237 size_map = slot_size >> min_slot_shift; in qfq_calc_index()
242 index -= !(slot_size - (1ULL << (index + min_slot_shift - 1))); in qfq_calc_index()
303 q->min_slot_shift); in qfq_update_agg()
807 unsigned long vslot = q->V >> q->min_slot_shift; in qfq_make_eligible()
808 unsigned long old_vslot = q->oldV >> q->min_slot_shift; in qfq_make_eligible()
1448 q->min_slot_shift = FRAC_BITS + maxbudg_shift - QFQ_MAX_INDEX; in qfq_init_qdisc()
1453 grp->slot_shift = q->min_slot_shift + i; in qfq_init_qdisc()