Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Delevator.c805 struct rb_node *rbnext = rb_next(&rq->rb_node); in elv_rb_latter_request() local
807 if (rbnext) in elv_rb_latter_request()
808 return rb_entry_rq(rbnext); in elv_rb_latter_request()
A Dbfq-iosched.c1018 struct rb_node *rbnext = rb_next(&last->rb_node); in bfq_find_next_rq() local
1030 if (rbnext) in bfq_find_next_rq()
1031 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
1033 rbnext = rb_first(&bfqq->sort_list); in bfq_find_next_rq()
1034 if (rbnext && rbnext != &last->rb_node) in bfq_find_next_rq()
1035 next = rb_entry_rq(rbnext); in bfq_find_next_rq()
/linux-6.3-rc2/net/ipv4/
A Dinet_fragment.c568 struct rb_node *rbnext = rb_next(rbn); in inet_frag_reasm_finish() local
572 rbn = rbnext; in inet_frag_reasm_finish()

Completed in 15 milliseconds