Searched refs:woken_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dbfq-iosched.h400 /* node for woken_list, see below */
408 struct hlist_head woken_list; member in struct:bfq_queue
H A Dbfq-wf2q.c1696 &bfqq->woken_list_node != bfqq->waker_bfqq->woken_list.first) {
1699 &bfqq->waker_bfqq->woken_list);
H A Dbfq-iosched.c2181 * waker queue a list, woken_list, of
2186 * of all the queues in the woken_list
2190 * the woken_list of a waker queue,
2192 * the woken_list of a new waker
2194 * the woken_list of the old waker
2200 &bfqd->last_completed_rq_bfqq->woken_list);
3156 * new_bfqq into the woken_list of the waker. See
3160 &new_bfqq->waker_bfqq->woken_list);
4896 !hlist_empty(&bfqq->woken_list) ?
4897 container_of(bfqq->woken_list
[all...]

Completed in 157 milliseconds