Lines Matching defs:sp
37 static int init_srcu_struct_fields(struct srcu_struct *sp) in init_srcu_struct_fields()
47 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct()
67 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct()
80 static int srcu_readers_active_idx(struct srcu_struct *sp, int idx) in srcu_readers_active_idx()
99 static int srcu_readers_active(struct srcu_struct *sp) in srcu_readers_active()
111 void cleanup_srcu_struct(struct srcu_struct *sp) in cleanup_srcu_struct()
129 int __srcu_read_lock(struct srcu_struct *sp) in __srcu_read_lock()
149 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock()
171 static void __synchronize_srcu(struct srcu_struct *sp, void (*sync_func)(void)) in __synchronize_srcu()
276 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu()
297 void synchronize_srcu_expedited(struct srcu_struct *sp) in synchronize_srcu_expedited()
311 long srcu_batches_completed(struct srcu_struct *sp) in srcu_batches_completed()