Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance
298 struct rcu_state { struct300 struct rcu_node *level[RCU_NUM_LVLS + 1];303 int ncpus; /* # CPUs seen so far. */304 int n_online_cpus; /* # CPUs online for RCU. */308 u8 boost ____cacheline_internodealigned_in_smp;315 short gp_flags; /* Commands for GP task. */316 short gp_state; /* GP kthread sleep state. */334 int ncpus_snap; /* # CPUs seen last time. */335 u8 cbovld; /* Callback overload now? */336 u8 cbovldnext; /* ^ ^ next time? */[all …]
85 static struct rcu_state rcu_state = { variable
1303 unsigned long rcu_state; member
Completed in 23 milliseconds