Home
last modified time | relevance | path

Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree.h328 struct rcu_state { struct
330 struct rcu_node *level[RCU_NUM_LVLS + 1];
333 int ncpus; /* # CPUs seen so far. */
334 int n_online_cpus; /* # CPUs online for RCU. */
344 short gp_flags; /* Commands for GP task. */
345 short gp_state; /* GP kthread sleep state. */
347 unsigned long gp_wake_seq; /* ->gp_seq at ^^^. */
368 int ncpus_snap; /* # CPUs seen last time. */
369 u8 cbovld; /* Callback overload now? */
370 u8 cbovldnext; /* ^ ^ next time? */
[all …]
H A Dtree.c85 static struct rcu_state rcu_state = { variable
/openbmc/linux/include/net/
H A Dsch_generic.h1288 unsigned long rcu_state; member