Home
last modified time | relevance | path

Searched refs:rbnext (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dinet_fragment.c609 struct rb_node *rbnext = rb_next(rbn); in inet_frag_reasm_finish() local
613 rbn = rbnext; in inet_frag_reasm_finish()
/linux/block/
H A Dbfq-iosched.c1030 struct rb_node *rbnext = rb_next(&last->rb_node); in bfq_find_next_rq() local
1042 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()