Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c92 struct srcu_data *sdp; in init_srcu_struct_data()
95 * Initialize the per-CPU srcu_data array, which feeds into the in init_srcu_struct_data()
136 struct srcu_data *sdp; in init_srcu_struct_nodes()
180 * Initialize the per-CPU srcu_data array, which feeds into the in init_srcu_struct_nodes()
201 * associated srcu_node and srcu_data structures. The is_static parameter
202 * tells us that ->sda has already been wired up to srcu_data.
224 ssp->sda = alloc_percpu(struct srcu_data); in init_srcu_struct_fields()
397 * Acquire the specified srcu_data structure's ->lock, but check for
402 static void raw_spin_lock_irqsave_sdp_contention(struct srcu_data *sdp, unsigned long *flags) in raw_spin_lock_irqsave_sdp_contention()
475 struct srcu_data *sd in srcu_readers_lock_idx()
[all...]
/linux/include/linux/
H A Dsrcutree.h30 struct srcu_data { struct
107 struct srcu_data __percpu *sda; /* Per-CPU srcu_data array. */
223 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/Documentation/admin-guide/
H A Dkernel-parameters.txt7326 srcu_data structure's ->srcu_gp_seq_needed field.