Home
last modified time | relevance | path

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

/kernel/rcu/
Dsrcutree.c89 struct srcu_data *sdp; in init_srcu_struct_nodes() local
132 WARN_ON_ONCE(ARRAY_SIZE(sdp->srcu_lock_count) != in init_srcu_struct_nodes()
133 ARRAY_SIZE(sdp->srcu_unlock_count)); in init_srcu_struct_nodes()
137 sdp = per_cpu_ptr(ssp->sda, cpu); in init_srcu_struct_nodes()
138 spin_lock_init(&ACCESS_PRIVATE(sdp, lock)); in init_srcu_struct_nodes()
139 rcu_segcblist_init(&sdp->srcu_cblist); in init_srcu_struct_nodes()
140 sdp->srcu_cblist_invoking = false; in init_srcu_struct_nodes()
141 sdp->srcu_gp_seq_needed = ssp->srcu_gp_seq; in init_srcu_struct_nodes()
142 sdp->srcu_gp_seq_needed_exp = ssp->srcu_gp_seq; in init_srcu_struct_nodes()
143 sdp->mynode = &snp_first[cpu / levelspread[level]]; in init_srcu_struct_nodes()
[all …]