Searched refs:srcu_node (Results 1 – 3 of 3) sorted by relevance
17 struct srcu_node;39 struct srcu_node *mynode; /* Leaf srcu_node. */49 struct srcu_node { struct55 struct srcu_node *srcu_parent; /* Next up in tree. */ argument64 struct srcu_node *node; /* Combining tree. */ argument65 struct srcu_node *level[RCU_NUM_LVLS + 1];
171 struct srcu_node *snp; in init_srcu_struct_nodes()172 struct srcu_node *snp_first; in init_srcu_struct_nodes()817 static void srcu_schedule_cbs_snp(struct srcu_struct *ssp, struct srcu_node *snp, in srcu_schedule_cbs_snp()850 struct srcu_node *snp; in srcu_gp_end()944 static void srcu_funnel_exp_start(struct srcu_struct *ssp, struct srcu_node *snp, in srcu_funnel_exp_start()990 struct srcu_node *snp; in srcu_funnel_gp_start()991 struct srcu_node *snp_leaf; in srcu_funnel_gp_start()1192 struct srcu_node *sdp_mynode; in srcu_gp_start_if_needed()
5920 should immediately allocate an srcu_node array.5937 Either way, the srcu_node tree will be sized based
Completed in 14 milliseconds