Lines Matching refs:root
218 struct rb_root *root, in fq_gc() argument
226 p = &root->rb_node; in fq_gc()
252 rb_erase(&f->fq_node, root); in fq_gc()
265 struct rb_root *root; in fq_classify() local
302 root = &q->fq_root[hash_ptr(sk, q->fq_trees_log)]; in fq_classify()
306 fq_gc(q, root, sk); in fq_classify()
308 p = &root->rb_node; in fq_classify()
357 rb_insert_color(&f->fq_node, root); in fq_classify()
665 struct rb_root *root; in fq_reset() local
679 root = &q->fq_root[idx]; in fq_reset()
680 while ((p = rb_first(root)) != NULL) { in fq_reset()
682 rb_erase(p, root); in fq_reset()