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

/linux-master/include/linux/
H A Dblk-mq.h370 /** @dispatch_wait_lock: Lock for dispatch_wait queue. */
373 * @dispatch_wait: Waitqueue to put requests when there is no tag
376 wait_queue_entry_t dispatch_wait; member in struct:blk_mq_hw_ctx
379 * @wait_index: Index of next available dispatch_wait queue to insert
/linux-master/block/
H A Dblk-mq.c1782 hctx = container_of(wait, struct blk_mq_hw_ctx, dispatch_wait);
1827 wait = &hctx->dispatch_wait;
2144 (no_tag && list_empty_careful(&hctx->dispatch_wait.entry)))
3734 init_waitqueue_func_entry(&hctx->dispatch_wait, blk_mq_dispatch_wake);
3735 INIT_LIST_HEAD(&hctx->dispatch_wait.entry);

Completed in 117 milliseconds