Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.h351 struct rcu_state { struct
352 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */
353 struct rcu_node *level[RCU_NUM_LVLS + 1];
356 int ncpus; /* # CPUs seen so far. */
357 int n_online_cpus; /* # CPUs online for RCU. */
361 unsigned long gp_seq ____cacheline_internodealigned_in_smp;
363 unsigned long gp_max; /* Maximum GP duration in */
365 struct task_struct *gp_kthread; /* Task for grace periods. */
366 struct swait_queue_head gp_wq; /* Where GP task waits. */
367 short gp_flags; /* Commands for GP task. */
[all …]
Dtree.c83 static struct rcu_state rcu_state = { variable