Home
last modified time | relevance | path

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

/linux/kernel/rcu/
A Dtree.h367 #define RCU_GP_FLAG_INIT 0x1 /* Need grace-period initialization. */ macro
A Dtree.c1415 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
2083 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2090 rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2114 RCU_GP_FLAG_INIT); in rcu_gp_kthread()

Completed in 13 milliseconds