Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.h341 struct rcu_state { struct
343 struct rcu_node *level[RCU_NUM_LVLS + 1];
346 int ncpus; /* # CPUs seen so far. */
347 int n_online_cpus; /* # CPUs online for RCU. */
357 short gp_flags; /* Commands for GP task. */
358 short gp_state; /* GP kthread sleep state. */
360 unsigned long gp_wake_seq; /* ->gp_seq at ^^^. */
381 int ncpus_snap; /* # CPUs seen last time. */
382 u8 cbovld; /* Callback overload now? */
383 u8 cbovldnext; /* ^ ^ next time? */
[all …]
H A Dtree.c86 static struct rcu_state rcu_state = { variable
/linux/include/linux/
H A Dstackdepot.h73 unsigned long rcu_state; /* RCU cookie */ member
/linux/include/net/
H A Dsch_generic.h1323 unsigned long rcu_state; member