Lines Matching refs:root
259 struct rb_root *root, in fq_gc() argument
267 p = &root->rb_node; in fq_gc()
293 rb_erase(&f->fq_node, root); in fq_gc()
360 struct rb_root *root; in fq_classify() local
403 root = &q->fq_root[hash_ptr(sk, q->fq_trees_log)]; in fq_classify()
405 fq_gc(q, root, sk); in fq_classify()
407 p = &root->rb_node; in fq_classify()
456 rb_insert_color(&f->fq_node, root); in fq_classify()
802 struct rb_root *root; in fq_reset() local
816 root = &q->fq_root[idx]; in fq_reset()
817 while ((p = rb_first(root)) != NULL) { in fq_reset()
819 rb_erase(p, root); in fq_reset()