Searched refs:rbnext (Results 1 – 2 of 2) sorted by relevance
609 struct rb_node *rbnext = rb_next(rbn); in inet_frag_reasm_finish() local613 rbn = rbnext; in inet_frag_reasm_finish()
1030 struct rb_node *rbnext = rb_next(&last->rb_node); in bfq_find_next_rq() local1042 if (rbnext) in bfq_find_next_rq()1043 next = rb_entry_rq(rbnext); in bfq_find_next_rq()1045 rbnext = rb_first(&bfqq->sort_list); in bfq_find_next_rq()1046 if (rbnext && rbnext != &last->rb_node) in bfq_find_next_rq()1047 next = rb_entry_rq(rbnext); in bfq_find_next_rq()