Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-iosched.c2027 bfqd->last_completed_rq_bfqq == bfqq->waker_bfqq) in bfq_check_waker()
2044 bfqq->waker_bfqq = bfqd->last_completed_rq_bfqq; in bfq_check_waker()
2968 if (bfqq->waker_bfqq && !new_bfqq->waker_bfqq && in bfq_merge_bfqqs()
2969 bfqq->waker_bfqq != new_bfqq) { in bfq_merge_bfqqs()
2970 new_bfqq->waker_bfqq = bfqq->waker_bfqq; in bfq_merge_bfqqs()
2980 &new_bfqq->waker_bfqq->woken_list); in bfq_merge_bfqqs()
4748 else if (bfqq->waker_bfqq && in bfq_select_queue()
4749 bfq_bfqq_busy(bfqq->waker_bfqq) && in bfq_select_queue()
4750 bfqq->waker_bfqq->next_rq && in bfq_select_queue()
4751 bfq_serv_to_charge(bfqq->waker_bfqq->next_rq, in bfq_select_queue()
[all …]
Dbfq-wf2q.c1712 &bfqq->woken_list_node != bfqq->waker_bfqq->woken_list.first) { in bfq_add_bfqq_busy()
1715 &bfqq->waker_bfqq->woken_list); in bfq_add_bfqq_busy()
Dbfq-iosched.h385 struct bfq_queue *waker_bfqq; member