Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree.h377 #define RCU_GP_FLAG_INIT 0x1 /* Need grace-period initialization. */ macro
Dtree.c1655 WRITE_ONCE(rsp->gp_flags, rsp->gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
2135 WRITE_ONCE(rsp->gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2140 WRITE_ONCE(rsp->gp_flags, rsp->gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2167 RCU_GP_FLAG_INIT); in rcu_gp_kthread()