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

/linux-4.4.14/include/linux/
H A Drcu_sync.h35 wait_queue_head_t gp_wait; member in struct:rcu_sync
69 .gp_wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.gp_wait), \
/linux-4.4.14/kernel/rcu/
H A Dsync.c63 #define rss_lock gp_wait.lock
81 init_waitqueue_head(&rsp->gp_wait); rcu_sync_init()
116 wake_up_all(&rsp->gp_wait); rcu_sync_enter()
118 wait_event(rsp->gp_wait, rsp->gp_state == GP_PASSED); rcu_sync_enter()

Completed in 622 milliseconds