Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dsync.c13 enum { GP_IDLE = 0, GP_ENTER, GP_PASSED, GP_EXIT, GP_REPLAY }; enumerator
93 WRITE_ONCE(rsp->gp_state, GP_EXIT); in rcu_sync_func()
176 WRITE_ONCE(rsp->gp_state, GP_EXIT); in rcu_sync_exit()
178 } else if (rsp->gp_state == GP_EXIT) { in rcu_sync_exit()
198 WRITE_ONCE(rsp->gp_state, GP_EXIT); in rcu_sync_dtor()