Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Delevator.c808 struct rb_node *rbnext = rb_next(&rq->rb_node); in elv_rb_latter_request() local
810 if (rbnext) in elv_rb_latter_request()
811 return rb_entry_rq(rbnext); in elv_rb_latter_request()
H A Dbfq-iosched.c1019 struct rb_node *rbnext = rb_next(&last->rb_node); in bfq_find_next_rq() local
1031 if (rbnext) in bfq_find_next_rq()
1032 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
1034 rbnext = rb_first(&bfqq->sort_list); in bfq_find_next_rq()
1035 if (rbnext && rbnext != &last->rb_node) in bfq_find_next_rq()
1036 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
/openbmc/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()