Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dsync.c13 enum { GP_IDLE = 0, GP_ENTER, GP_PASSED, GP_EXIT, GP_REPLAY }; enumerator
88 } else if (rsp->gp_state == GP_REPLAY) { in rcu_sync_func()
179 WRITE_ONCE(rsp->gp_state, GP_REPLAY); in rcu_sync_exit()
197 if (rsp->gp_state == GP_REPLAY) in rcu_sync_dtor()