Lines Matching defs:rcu_node
40 struct rcu_node { struct
41 raw_spinlock_t __private lock; /* Root rcu_node's lock protects */ argument
49 /* In leaf rcu_node, each bit corresponds to */ argument
53 unsigned long rcu_gp_init_mask; /* Mask of offline CPUs at GP init. */
54 unsigned long qsmaskinit;
58 unsigned long qsmaskinitnext;
59 unsigned long ofl_seq; /* CPU-hotplug operation sequence count. */
84 /* rcu_node tree? */ argument
85 struct rcu_node *parent; argument
103 /* boosting is needed for this rcu_node */ argument
115 /* boosting for this rcu_node structure. */ argument
118 unsigned long n_boosts; /* Number of boosts for this rcu_node structure. */ argument
133 * Bitmasks in an rcu_node cover the interval [grplo, grphi] of CPU IDs, and argument