Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.c2171 bfqq->waker_bfqq = bfqd->last_completed_rq_bfqq; in bfq_check_waker()
2173 bfq_bfqq_name(bfqq->waker_bfqq, waker_name, in bfq_check_waker()
3154 if (bfqq->waker_bfqq && !new_bfqq->waker_bfqq && in bfq_merge_bfqqs()
3155 bfqq->waker_bfqq != new_bfqq) { in bfq_merge_bfqqs()
3156 new_bfqq->waker_bfqq = bfqq->waker_bfqq; in bfq_merge_bfqqs()
3166 &new_bfqq->waker_bfqq->woken_list); in bfq_merge_bfqqs()
4993 else if (bfqq->waker_bfqq && in bfq_select_queue()
4994 bfq_bfqq_busy(bfqq->waker_bfqq) && in bfq_select_queue()
4995 bfqq->waker_bfqq->next_rq && in bfq_select_queue()
4996 bfq_serv_to_charge(bfqq->waker_bfqq->next_rq, in bfq_select_queue()
[all …]
H A Dbfq-wf2q.c1696 &bfqq->woken_list_node != bfqq->waker_bfqq->woken_list.first) { in bfq_add_bfqq_busy()
1699 &bfqq->waker_bfqq->woken_list); in bfq_add_bfqq_busy()
H A Dbfq-iosched.h392 struct bfq_queue *waker_bfqq; member