Searched refs:bfq_choose_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 447 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() function 922 return bfq_choose_req(bfqd, next, prev, blk_rq_pos(last)); in bfq_find_next_rq() 2064 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, rq, bfqd->last_position); in bfq_add_request() 2301 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, req, in bfq_request_merged()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 493 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() function 1039 return bfq_choose_req(bfqd, next, prev, blk_rq_pos(last)); in bfq_find_next_rq() 2300 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, rq, bfqd->last_position); in bfq_add_request() 2526 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, req, in bfq_request_merged()
|
Completed in 26 milliseconds