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.h329 struct rcu_state { struct
331 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 …]
H A Dtree.c85 static struct rcu_state rcu_state = { variable
/openbmc/linux/include/net/
H A Dsch_generic.h1289 unsigned long rcu_state; member