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

/linux-master/include/linux/
H A Dsrcutree.h17 struct srcu_node;
21 * Per-CPU structure feeding into leaf srcu_node, similar in function
39 struct srcu_node *mynode; /* Leaf srcu_node. */
40 unsigned long grpmask; /* Mask for leaf srcu_node */
49 struct srcu_node { struct
55 struct srcu_node *srcu_parent; /* Next up in tree. */
64 struct srcu_node *node; /* Combining tree. */
65 struct srcu_node *level[RCU_NUM_LVLS + 1];
108 #define SRCU_SIZE_SMALL 0 // No srcu_node combinin
[all...]
/linux-master/kernel/rcu/
H A Dsrcutree.c129 * leaves of the srcu_node tree.
171 struct srcu_node *snp;
172 struct srcu_node *snp_first;
186 /* Each pass through this loop initializes one srcu_node structure. */
214 * leaves of the srcu_node tree.
234 * associated srcu_node and srcu_data structures. The is_static parameter
817 * with the specified srcu_node structure that have callbacks for the
821 static void srcu_schedule_cbs_snp(struct srcu_struct *ssp, struct srcu_node *snp,
854 struct srcu_node *snp;
949 static void srcu_funnel_exp_start(struct srcu_struct *ssp, struct srcu_node *sn
[all...]

Completed in 101 milliseconds