Searched refs:woken_list (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | bfq-wf2q.c | 1696 &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 D | bfq-iosched.h | 400 /* node for woken_list, see below */ 408 struct hlist_head woken_list; member
|
H A D | bfq-iosched.c | 2181 * waker queue a list, woken_list, of in bfq_check_waker() 2186 * of all the queues in the woken_list in bfq_check_waker() 2190 * the woken_list of a waker queue, in bfq_check_waker() 2192 * the woken_list of a new waker in bfq_check_waker() 2194 * the woken_list of the old waker in bfq_check_waker() 2200 &bfqd->last_completed_rq_bfqq->woken_list); in bfq_check_waker() 3156 * new_bfqq into the woken_list of the waker. See in bfq_merge_bfqqs() 3160 &new_bfqq->waker_bfqq->woken_list); in bfq_merge_bfqqs() 4896 !hlist_empty(&bfqq->woken_list) ? in bfq_select_queue() 4897 container_of(bfqq->woken_list in bfq_select_queue() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.h | 374 /* node for woken_list, see below */ 382 struct hlist_head woken_list; member
|
H A D | bfq-iosched.c | 1958 * waker queue a list, woken_list, of in bfq_add_request() 1963 * of all the queues in the woken_list in bfq_add_request() 1967 * the woken_list of a waker queue, in bfq_add_request() 1969 * the woken_list of a new waker in bfq_add_request() 1971 * the woken_list of the old waker in bfq_add_request() 1977 &bfqd->last_completed_rq_bfqq->woken_list); in bfq_add_request() 4935 hlist_for_each_entry_safe(item, n, &bfqq->woken_list, in bfq_put_queue() 5100 INIT_HLIST_HEAD(&bfqq->woken_list); in bfq_init_bfqq()
|
Completed in 20 milliseconds