Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance
329 struct rcu_state { struct331 struct rcu_node *level[RCU_NUM_LVLS + 1];334 int ncpus; /* # CPUs seen so far. */335 int n_online_cpus; /* # CPUs online for RCU. */345 short gp_flags; /* Commands for GP task. */346 short gp_state; /* GP kthread sleep state. */348 unsigned long gp_wake_seq; /* ->gp_seq at ^^^. */369 int ncpus_snap; /* # CPUs seen last time. */370 u8 cbovld; /* Callback overload now? */371 u8 cbovldnext; /* ^ ^ next time? */[all …]
84 static struct rcu_state rcu_state = { variable
1262 unsigned long rcu_state; member
Completed in 17 milliseconds