Searched refs:bfq_choose_req (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/block/ |
D | bfq-iosched.c | 482 static struct request *bfq_choose_req(struct bfq_data *bfqd, in bfq_choose_req() function 1071 return bfq_choose_req(bfqd, next, prev, blk_rq_pos(last)); in bfq_find_next_rq() 2302 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, rq, bfqd->last_position); in bfq_add_request() 2543 next_rq = bfq_choose_req(bfqd, bfqq->next_rq, req, in bfq_request_merged()
|