Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c263 static inline struct qfq_group *qfq_ffs(struct qfq_sched *q, in qfq_ffs() function
367 next = qfq_ffs(q, mask); in qfq_calc_state()
395 next = qfq_ffs(q, mask); in qfq_unblock_groups()
511 grp = qfq_ffs(q, ineligible); in qfq_update_eligible()
563 grp = qfq_ffs(q, q->bitmaps[ER]); in qfq_dequeue()
636 struct qfq_group *next = qfq_ffs(q, mask); in qfq_update_start()