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

/linux-master/kernel/rcu/
H A Dsync.c13 enum { GP_IDLE = 0, GP_ENTER, GP_PASSED, GP_EXIT, GP_REPLAY }; enumerator in enum:__anon2890
72 } else if (rsp->gp_state == GP_REPLAY) {
163 WRITE_ONCE(rsp->gp_state, GP_REPLAY);
181 if (rsp->gp_state == GP_REPLAY)

Completed in 125 milliseconds