Searched refs:srcu_parent (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h55 struct srcu_node *srcu_parent; /* Next up in tree. */ member in struct:srcu_node
/linux-master/kernel/rcu/
H A Dsrcutree.c200 snp->srcu_parent = NULL;
207 snp->srcu_parent = ssp->srcu_sup->level[level - 1] +
221 for (snp = sdp->mynode; snp != NULL; snp = snp->srcu_parent) {
956 for (; snp != NULL; snp = snp->srcu_parent) {
1008 for (snp = snp_leaf; snp != NULL; snp = snp->srcu_parent) {

Completed in 297 milliseconds