Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsrcutree.h68 struct srcu_node *srcu_parent; /* Next up in tree. */ member
/Linux-v4.19/kernel/rcu/
Dsrcutree.c121 snp->srcu_parent = NULL; in init_srcu_struct_nodes()
128 snp->srcu_parent = sp->level[level - 1] + in init_srcu_struct_nodes()
149 for (snp = sdp->mynode; snp != NULL; snp = snp->srcu_parent) { in init_srcu_struct_nodes()
623 for (; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_exp_start()
660 for (; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_gp_start()