Lines Matching refs:rb_node
66 struct rb_node fq_node; /* anchor in fq_root[] trees */
73 struct rb_node rate_node; /* anchor in q->delayed tree */
131 struct rb_node **p = &q->delayed.rb_node, *parent = NULL; in fq_flow_set_throttled()
181 struct rb_node **p, *parent; in fq_gc()
184 p = &root->rb_node; in fq_gc()
218 struct rb_node **p, *parent; in fq_classify()
249 p = &root->rb_node; in fq_classify()
406 struct rb_node *p; in fq_check_throttled()
520 struct rb_node *p; in fq_reset()
554 struct rb_node *op, **np, *parent; in fq_rehash()
572 np = &nroot->rb_node; in fq_rehash()