Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-mq.c1739 hctx = container_of(wait, struct blk_mq_hw_ctx, dispatch_wait); in blk_mq_dispatch_wake()
1783 wait = &hctx->dispatch_wait; in blk_mq_mark_tag_wait()
2083 (no_tag && list_empty_careful(&hctx->dispatch_wait.entry))) in blk_mq_dispatch_rq_list()
3635 init_waitqueue_func_entry(&hctx->dispatch_wait, blk_mq_dispatch_wake); in blk_mq_alloc_hctx()
3636 INIT_LIST_HEAD(&hctx->dispatch_wait.entry); in blk_mq_alloc_hctx()
/Linux-v6.1/include/linux/
Dblk-mq.h383 wait_queue_entry_t dispatch_wait; member