Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_qfq.c812 int last_flip_pos = fls(vslot ^ old_vslot); in qfq_make_eligible() local
814 if (last_flip_pos > 31) /* higher than the number of groups */ in qfq_make_eligible()
817 mask = (1UL << last_flip_pos) - 1; in qfq_make_eligible()