Searched defs:rcu_node (Results 1 – 1 of 1) sorted by relevance
41 struct rcu_node { struct42 raw_spinlock_t __private lock; /* Root rcu_node's lock protects */ argument50 /* In leaf rcu_node, each bit corresponds to */ argument55 unsigned long qsmaskinit;59 unsigned long qsmaskinitnext;86 /* rcu_node tree? */ argument87 struct rcu_node *parent; argument105 /* boosting is needed for this rcu_node */ argument120 /* boosting for this rcu_node structure. */ argument123 unsigned long n_boosts; /* Number of boosts for this rcu_node structure. */ argument[all …]
Completed in 7 milliseconds