Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_qfq.c195 u32 min_slot_shift; /* Index of the group-0 bit in the bitmaps. */ member
239 static int qfq_calc_index(u32 inv_w, unsigned int maxlen, u32 min_slot_shift) in qfq_calc_index() argument
245 size_map = slot_size >> min_slot_shift; in qfq_calc_index()
250 index -= !(slot_size - (1ULL << (index + min_slot_shift - 1))); in qfq_calc_index()
311 q->min_slot_shift); in qfq_update_agg()
830 unsigned long vslot = q->V >> q->min_slot_shift; in qfq_make_eligible()
831 unsigned long old_vslot = q->oldV >> q->min_slot_shift; in qfq_make_eligible()
1495 q->min_slot_shift = FRAC_BITS + maxbudg_shift - QFQ_MAX_INDEX; in qfq_init_qdisc()
1500 grp->slot_shift = q->min_slot_shift + i; in qfq_init_qdisc()