Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c843 struct rb_root *oroot, *nroot; in fq_rehash() local
849 oroot = &old_array[idx]; in fq_rehash()
850 while ((op = rb_first(oroot)) != NULL) { in fq_rehash()
851 rb_erase(op, oroot); in fq_rehash()