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
329 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */
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. */
338 unsigned long gp_seq ____cacheline_internodealigned_in_smp;
340 unsigned long gp_max; /* Maximum GP duration in */
342 struct task_struct *gp_kthread; /* Task for grace periods. */
343 struct swait_queue_head gp_wq; /* Where GP task waits. */
344 short gp_flags; /* Commands for GP task. */
[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