Home
last modified time | relevance | path

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

/linux/block/
A Delevator.c841 struct rb_node *rbnext = rb_next(&rq->rb_node); in elv_rb_latter_request() local
843 if (rbnext) in elv_rb_latter_request()
844 return rb_entry_rq(rbnext); in elv_rb_latter_request()
A Dbfq-iosched.c934 struct rb_node *rbnext = rb_next(&last->rb_node); in bfq_find_next_rq() local
946 if (rbnext) in bfq_find_next_rq()
947 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
949 rbnext = rb_first(&bfqq->sort_list); in bfq_find_next_rq()
950 if (rbnext && rbnext != &last->rb_node) in bfq_find_next_rq()
951 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
/linux/net/ipv4/
A Dinet_fragment.c560 struct rb_node *rbnext = rb_next(rbn); in inet_frag_reasm_finish() local
564 rbn = rbnext; in inet_frag_reasm_finish()

Completed in 17 milliseconds