Lines Matching refs:root
175 struct rb_root *root, in fq_gc() argument
182 p = &root->rb_node; in fq_gc()
209 rb_erase(&f->fq_node, root); in fq_gc()
218 struct rb_root *root; in fq_classify() local
232 root = &q->fq_root[hash_32((u32)(long)sk, q->fq_trees_log)]; in fq_classify()
236 fq_gc(q, root, sk); in fq_classify()
238 p = &root->rb_node; in fq_classify()
276 rb_insert_color(&f->fq_node, root); in fq_classify()
503 struct rb_root *root; in fq_reset() local
516 root = &q->fq_root[idx]; in fq_reset()
517 while ((p = rb_first(root)) != NULL) { in fq_reset()
519 rb_erase(p, root); in fq_reset()