Searched refs:srcu_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h24 struct srcu_data { struct
53 unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */
98 struct srcu_data __percpu *sda; /* Per-CPU srcu_data array. */
182 static DEFINE_PER_CPU(struct srcu_data, name##_srcu_data); \
H A Dnotifier.h127 static DEFINE_PER_CPU(struct srcu_data, name##_head_srcu_data); \
/linux-master/kernel/rcu/
H A Dsrcutree.c125 struct srcu_data *sdp;
128 * Initialize the per-CPU srcu_data array, which feeds into the
170 struct srcu_data *sdp;
213 * Initialize the per-CPU srcu_data array, which feeds into the
234 * associated srcu_node and srcu_data structures. The is_static parameter
235 * tells us that ->sda has already been wired up to srcu_data.
257 ssp->sda = alloc_percpu(struct srcu_data);
364 * Acquire the specified srcu_data structure's ->lock, but check for
369 static void spin_lock_irqsave_sdp_contention(struct srcu_data *sdp, unsigned long *flags)
429 struct srcu_data *cpu
[all...]

Completed in 121 milliseconds