Home
last modified time | relevance | path

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

/kernel/rcu/
Dsrcutree.c90 struct srcu_node *snp; in init_srcu_struct_nodes() local
103 srcu_for_each_node_breadth_first(ssp, snp) { in init_srcu_struct_nodes()
104 spin_lock_init(&ACCESS_PRIVATE(snp, lock)); in init_srcu_struct_nodes()
105 WARN_ON_ONCE(ARRAY_SIZE(snp->srcu_have_cbs) != in init_srcu_struct_nodes()
106 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes()
107 for (i = 0; i < ARRAY_SIZE(snp->srcu_have_cbs); i++) { in init_srcu_struct_nodes()
108 snp->srcu_have_cbs[i] = 0; in init_srcu_struct_nodes()
109 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes()
111 snp->srcu_gp_seq_needed_exp = 0; in init_srcu_struct_nodes()
112 snp->grplo = -1; in init_srcu_struct_nodes()
[all …]