Searched defs:rcu_state (Results 1 – 4 of 4) sorted by relevance
340 struct rcu_state { struct341 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */342 struct rcu_node *level[RCU_NUM_LVLS + 1];345 int ncpus; /* # CPUs seen so far. */346 int n_online_cpus; /* # CPUs online for RCU. */350 unsigned long gp_seq ____cacheline_internodealigned_in_smp;352 unsigned long gp_max; /* Maximum GP duration in */354 struct task_struct *gp_kthread; /* Task for grace periods. */355 struct swait_queue_head gp_wq; /* Where GP task waits. */356 short gp_flags; /* Commands for GP task. */[all …]
83 static struct rcu_state rcu_state = { variable
73 unsigned long rcu_state; /* RCU cookie */ member
1322 unsigned long rcu_state; member