Lines Matching defs:fq_node
76 struct rb_node fq_node; /* anchor in fq_root[] trees */
231 f = rb_entry(parent, struct fq_flow, fq_node);
252 rb_erase(&f->fq_node, root);
313 f = rb_entry(parent, struct fq_flow, fq_node);
356 rb_link_node(&f->fq_node, parent, p);
357 rb_insert_color(&f->fq_node, root);
681 f = rb_entry(p, struct fq_flow, fq_node);
711 of = rb_entry(op, struct fq_flow, fq_node);
724 nf = rb_entry(parent, struct fq_flow, fq_node);
733 rb_link_node(&of->fq_node, parent, np);
734 rb_insert_color(&of->fq_node, nroot);