Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsrcutiny.c38 static int init_srcu_struct_fields(struct srcu_struct *sp) in init_srcu_struct_fields() function
60 return init_srcu_struct_fields(sp); in __init_srcu_struct()
76 return init_srcu_struct_fields(sp); in init_srcu_struct()
Dsrcutree.c175 static int init_srcu_struct_fields(struct srcu_struct *sp, bool is_static) in init_srcu_struct_fields() function
203 return init_srcu_struct_fields(sp, false); in __init_srcu_struct()
220 return init_srcu_struct_fields(sp, false); in init_srcu_struct()
247 init_srcu_struct_fields(sp, true); in check_init_srcu_struct()