Home
last modified time | relevance | path

Searched refs:htb_lookup_leaf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c765 * htb_lookup_leaf - returns next leaf class in DRR order
769 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, const int prio) in htb_lookup_leaf() function
835 start = cl = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()
855 next = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()
870 cl = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_htb.c808 * htb_lookup_leaf - returns next leaf class in DRR order
814 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, const int prio) in htb_lookup_leaf() function
880 start = cl = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()
900 next = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()
915 cl = htb_lookup_leaf(hprio, prio); in htb_dequeue_tree()

Completed in 5 milliseconds