Searched refs:cur_bfqq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 2724 struct bfq_queue *cur_bfqq, in bfq_find_close_cooperator() 2736 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); in bfq_find_close_cooperator() 2737 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator() 3097 bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, struct bfq_queue *new_bfqq) in bfq_reassign_last_bfqq() argument 3099 if (cur_bfqq->entity.parent && in bfq_reassign_last_bfqq() 3100 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq() 3101 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq() 3102 else if (cur_bfqq->bfqd && cur_bfqq in bfq_reassign_last_bfqq() 2723 bfq_find_close_cooperator(struct bfq_data *bfqd, struct bfq_queue *cur_bfqq, sector_t sector) bfq_find_close_cooperator() argument [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 2476 struct bfq_queue *cur_bfqq, in bfq_find_close_cooperator() 2488 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); in bfq_find_close_cooperator() 2489 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator() 2475 bfq_find_close_cooperator(struct bfq_data *bfqd, struct bfq_queue *cur_bfqq, sector_t sector) bfq_find_close_cooperator() argument
|
Completed in 13 milliseconds