Home
last modified time | relevance | path

Searched refs:shutdown_wq (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
H A Drcuscale.c135 static wait_queue_head_t shutdown_wq; variable
634 wake_up(&shutdown_wq); in rcu_scale_writer()
803 wake_up(&shutdown_wq); in kfree_scale_thread()
836 wait_event_idle(shutdown_wq, in kfree_scale_shutdown()
906 init_waitqueue_head(&shutdown_wq); in kfree_scale_init()
1075 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters); in rcu_scale_shutdown()
1132 init_waitqueue_head(&shutdown_wq); in rcu_scale_init()
/linux/drivers/block/xen-blkback/
H A Dcommon.h298 wait_queue_head_t shutdown_wq; member
H A Dxenbus.c151 init_waitqueue_head(&ring->shutdown_wq); in xen_blkif_alloc_rings()
283 wake_up(&ring->shutdown_wq); in xen_blkif_disconnect()
H A Dblkback.c596 wait_event_interruptible(ring->shutdown_wq, in xen_blkif_schedule()