Home
last modified time | relevance | path

Searched refs:dispatch_wait (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dblk-mq.h105 wait_queue_entry_t dispatch_wait; member
/kernel/linux/linux-5.10/block/
Dblk-mq.c1142 hctx = container_of(wait, struct blk_mq_hw_ctx, dispatch_wait); in blk_mq_dispatch_wake()
1186 wait = &hctx->dispatch_wait; in blk_mq_mark_tag_wait()
1477 (no_tag && list_empty_careful(&hctx->dispatch_wait.entry))) in blk_mq_dispatch_rq_list()
2781 init_waitqueue_func_entry(&hctx->dispatch_wait, blk_mq_dispatch_wake); in blk_mq_alloc_hctx()
2782 INIT_LIST_HEAD(&hctx->dispatch_wait.entry); in blk_mq_alloc_hctx()