Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c702 struct rb_root *oroot, *nroot; in fq_rehash() local
708 oroot = &old_array[idx]; in fq_rehash()
709 while ((op = rb_first(oroot)) != NULL) { in fq_rehash()
710 rb_erase(op, oroot); in fq_rehash()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq.c702 struct rb_root *oroot, *nroot; in fq_rehash() local
708 oroot = &old_array[idx]; in fq_rehash()
709 while ((op = rb_first(oroot)) != NULL) { in fq_rehash()
710 rb_erase(op, oroot); in fq_rehash()

Completed in 4 milliseconds