Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Dsync.c13 enum { GP_IDLE = 0, GP_ENTER, GP_PASSED, GP_EXIT, GP_REPLAY }; enumerator
72 } else if (rsp->gp_state == GP_REPLAY) { in rcu_sync_func()
163 WRITE_ONCE(rsp->gp_state, GP_REPLAY); in rcu_sync_exit()
181 if (rsp->gp_state == GP_REPLAY) in rcu_sync_dtor()