Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsrcu.h36 struct srcu_struct_array { struct
49 struct srcu_struct_array __percpu *per_cpu_ref; argument
106 static DEFINE_PER_CPU(struct srcu_struct_array, name##_srcu_array);\
/linux-4.4.14/kernel/rcu/
Dsrcu.c109 sp->per_cpu_ref = alloc_percpu(struct srcu_struct_array); in init_srcu_struct_fields()