Lines Matching refs:waker_bfqq
2173 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()
4918 bfqq->waker_bfqq) <= in bfq_select_queue()
4919 bfq_bfqq_budget_left(bfqq->waker_bfqq) in bfq_select_queue()
4921 bfqq = bfqq->waker_bfqq; in bfq_select_queue()
5324 item->waker_bfqq = NULL; in bfq_put_queue()
6798 bfqq->waker_bfqq = old_bfqq->waker_bfqq; in bfq_init_rq()
6808 if (bfqq->waker_bfqq) in bfq_init_rq()
6810 &bfqq->waker_bfqq->woken_list); in bfq_init_rq()