Searched refs:shutdown_wq (Results 1 – 5 of 5) sorted by relevance
135 static wait_queue_head_t shutdown_wq; variable634 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()
109 static wait_queue_head_t shutdown_wq; variable1014 wake_up(&shutdown_wq); in main_func()1070 wait_event_idle(shutdown_wq, shutdown_start); in ref_scale_shutdown()1118 init_waitqueue_head(&shutdown_wq); in ref_scale_init()
298 wait_queue_head_t shutdown_wq; member
151 init_waitqueue_head(&ring->shutdown_wq); in xen_blkif_alloc_rings()283 wake_up(&ring->shutdown_wq); in xen_blkif_disconnect()
596 wait_event_interruptible(ring->shutdown_wq, in xen_blkif_schedule()