Searched refs:gp_wait (Results 1 – 2 of 2) sorted by relevance
20 wait_queue_head_t gp_wait; member48 .gp_wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.gp_wait), \
15 #define rss_lock gp_wait.lock24 init_waitqueue_head(&rsp->gp_wait); in rcu_sync_init()87 wake_up_locked(&rsp->gp_wait); in rcu_sync_func()155 wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); in rcu_sync_enter()
Completed in 3 milliseconds