Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drcu_sync.h35 wait_queue_head_t gp_wait; member
70 .gp_wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.gp_wait), \
/Linux-v4.19/kernel/rcu/
Dsync.c63 #define rss_lock gp_wait.lock
83 init_waitqueue_head(&rsp->gp_wait); in rcu_sync_init()
133 wake_up_all(&rsp->gp_wait); in rcu_sync_enter()
135 wait_event(rsp->gp_wait, rsp->gp_state == GP_PASSED); in rcu_sync_enter()