Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.h412 #define RCU_GP_IDLE 0 /* Initial state and no GP in progress. */ macro
H A Dtree_stall.h385 [RCU_GP_IDLE] = "RCU_GP_IDLE",
H A Dtree.c87 .gp_state = RCU_GP_IDLE,
1791 WRITE_ONCE(rcu_state.gp_state, RCU_GP_IDLE); in rcu_gp_cleanup()