Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-mq.c1794 hctx = container_of(wait, struct blk_mq_hw_ctx, dispatch_wait); in blk_mq_dispatch_wake()
1839 wait = &hctx->dispatch_wait; in blk_mq_mark_tag_wait()
2140 (no_tag && list_empty_careful(&hctx->dispatch_wait.entry))) in blk_mq_dispatch_rq_list()
3727 init_waitqueue_func_entry(&hctx->dispatch_wait, blk_mq_dispatch_wake); in blk_mq_alloc_hctx()
3728 INIT_LIST_HEAD(&hctx->dispatch_wait.entry); in blk_mq_alloc_hctx()
/Linux-v6.6/include/linux/
Dblk-mq.h376 wait_queue_entry_t dispatch_wait; member