Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbfq-iosched.c2173 bfqq->waker_bfqq = bfqd->last_completed_rq_bfqq; in bfq_check_waker()
2175 bfq_bfqq_name(bfqq->waker_bfqq, waker_name, in bfq_check_waker()
3134 if (bfqq->waker_bfqq && !new_bfqq->waker_bfqq && in bfq_merge_bfqqs()
3135 bfqq->waker_bfqq != new_bfqq) { in bfq_merge_bfqqs()
3136 new_bfqq->waker_bfqq = bfqq->waker_bfqq; in bfq_merge_bfqqs()
3146 &new_bfqq->waker_bfqq->woken_list); in bfq_merge_bfqqs()
4914 else if (bfqq->waker_bfqq && in bfq_select_queue()
4915 bfq_bfqq_busy(bfqq->waker_bfqq) && in bfq_select_queue()
4916 bfqq->waker_bfqq->next_rq && in bfq_select_queue()
4917 bfq_serv_to_charge(bfqq->waker_bfqq->next_rq, in bfq_select_queue()
[all …]
Dbfq-wf2q.c1699 &bfqq->woken_list_node != bfqq->waker_bfqq->woken_list.first) { in bfq_add_bfqq_busy()
1702 &bfqq->waker_bfqq->woken_list); in bfq_add_bfqq_busy()
Dbfq-iosched.h381 struct bfq_queue *waker_bfqq; member