Searched defs:rcu_state (Results 1 – 1 of 1) sorted by relevance
312 struct rcu_state { struct313 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */314 struct rcu_node *level[RCU_NUM_LVLS + 1];317 struct rcu_data __percpu *rda; /* pointer of percu rcu_data. */318 call_rcu_func_t call; /* call_rcu() flavor. */319 int ncpus; /* # CPUs seen so far. */323 u8 boost ____cacheline_internodealigned_in_smp;325 unsigned long gp_seq; /* Grace-period sequence #. */326 struct task_struct *gp_kthread; /* Task for grace periods. */327 struct swait_queue_head gp_wq; /* Where GP task waits. */[all …]