Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-mq.h398 wait_queue_entry_t dispatch_wait; member
/linux/block/
H A Dblk-mq.c1861 hctx = container_of(wait, struct blk_mq_hw_ctx, dispatch_wait); in blk_mq_dispatch_wake()
1906 wait = &hctx->dispatch_wait; in blk_mq_mark_tag_wait()
2197 (no_tag && list_empty_careful(&hctx->dispatch_wait.entry))) in blk_mq_dispatch_rq_list()
3972 init_waitqueue_func_entry(&hctx->dispatch_wait, blk_mq_dispatch_wake); in blk_mq_alloc_hctx()
3973 INIT_LIST_HEAD(&hctx->dispatch_wait.entry); in blk_mq_alloc_hctx()