Searched refs:shutdown_wq (Results 1 – 5 of 5) sorted by relevance
117 static wait_queue_head_t shutdown_wq; variable546 wake_up(&shutdown_wq); in rcu_scale_writer()694 wake_up(&shutdown_wq); in kfree_scale_thread()726 wait_event_idle(shutdown_wq, in kfree_scale_shutdown()798 init_waitqueue_head(&shutdown_wq); in kfree_scale_init()943 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters); in rcu_scale_shutdown()999 init_waitqueue_head(&shutdown_wq); in rcu_scale_init()
107 static wait_queue_head_t shutdown_wq; variable1010 wake_up(&shutdown_wq); in main_func()1066 wait_event_idle(shutdown_wq, shutdown_start); in ref_scale_shutdown()1114 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()