Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree.h408 #define RCU_GP_IDLE 0 /* Initial state and no GP in progress. */ macro
Dtree_stall.h379 [RCU_GP_IDLE] = "RCU_GP_IDLE",
Dtree.c86 .gp_state = RCU_GP_IDLE,
1741 WRITE_ONCE(rcu_state.gp_state, RCU_GP_IDLE); in rcu_gp_cleanup()