Home
last modified time | relevance | path

Searched refs:pending_free_wq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/xen-blkback/
H A Dcommon.h271 wait_queue_head_t pending_free_wq; member
H A Dblkback.c443 wake_up(&ring->pending_free_wq); in free_req()
580 ring->pending_free_wq, in xen_blkif_schedule()
690 * NB: The fact that we might try to wake up pending_free_wq in xen_blkbk_unmap_and_respond_callback()
694 * pending_free_wq if there's a drain going on, but it has in xen_blkbk_unmap_and_respond_callback()
H A Dxenbus.c150 init_waitqueue_head(&ring->pending_free_wq); in xen_blkif_alloc_rings()