Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.c2730 struct bfq_queue *cur_bfqq, in bfq_find_close_cooperator() argument
2742 bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); in bfq_find_close_cooperator()
2743 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator()
3077 bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, struct bfq_queue *new_bfqq) in bfq_reassign_last_bfqq() argument
3079 if (cur_bfqq->entity.parent && in bfq_reassign_last_bfqq()
3080 cur_bfqq->entity.parent->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3081 cur_bfqq->entity.parent->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()
3082 else if (cur_bfqq->bfqd && cur_bfqq->bfqd->last_bfqq_created == cur_bfqq) in bfq_reassign_last_bfqq()
3083 cur_bfqq->bfqd->last_bfqq_created = new_bfqq; in bfq_reassign_last_bfqq()