Lines Matching defs:sp

91 static void init_srcu_struct_nodes(struct srcu_struct *sp, bool is_static)  in init_srcu_struct_nodes()
175 static int init_srcu_struct_fields(struct srcu_struct *sp, bool is_static) in init_srcu_struct_fields()
196 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct()
217 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct()
234 static void check_init_srcu_struct(struct srcu_struct *sp) in check_init_srcu_struct()
255 static unsigned long srcu_readers_lock_idx(struct srcu_struct *sp, int idx) in srcu_readers_lock_idx()
272 static unsigned long srcu_readers_unlock_idx(struct srcu_struct *sp, int idx) in srcu_readers_unlock_idx()
289 static bool srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) in srcu_readers_active_idx_check()
341 static bool srcu_readers_active(struct srcu_struct *sp) in srcu_readers_active()
363 static unsigned long srcu_get_delay(struct srcu_struct *sp) in srcu_get_delay()
372 void _cleanup_srcu_struct(struct srcu_struct *sp, bool quiesced) in _cleanup_srcu_struct()
409 int __srcu_read_lock(struct srcu_struct *sp) in __srcu_read_lock()
425 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock()
444 static void srcu_gp_start(struct srcu_struct *sp) in srcu_gp_start()
511 static void srcu_schedule_cbs_snp(struct srcu_struct *sp, struct srcu_node *snp, in srcu_schedule_cbs_snp()
532 static void srcu_gp_end(struct srcu_struct *sp) in srcu_gp_end()
618 static void srcu_funnel_exp_start(struct srcu_struct *sp, struct srcu_node *snp, in srcu_funnel_exp_start()
651 static void srcu_funnel_gp_start(struct srcu_struct *sp, struct srcu_data *sdp, in srcu_funnel_gp_start()
714 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) in try_check_zero()
730 static void srcu_flip(struct srcu_struct *sp) in srcu_flip()
775 static bool srcu_might_be_idle(struct srcu_struct *sp) in srcu_might_be_idle()
850 void __call_srcu(struct srcu_struct *sp, struct rcu_head *rhp, in __call_srcu()
907 void call_srcu(struct srcu_struct *sp, struct rcu_head *rhp, in call_srcu()
917 static void __synchronize_srcu(struct srcu_struct *sp, bool do_norm) in __synchronize_srcu()
957 void synchronize_srcu_expedited(struct srcu_struct *sp) in synchronize_srcu_expedited()
1007 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu()
1022 struct srcu_struct *sp; in srcu_barrier_cb() local
1034 void srcu_barrier(struct srcu_struct *sp) in srcu_barrier()
1092 unsigned long srcu_batches_completed(struct srcu_struct *sp) in srcu_batches_completed()
1103 static void srcu_advance_state(struct srcu_struct *sp) in srcu_advance_state()
1175 struct srcu_struct *sp; in srcu_invoke_callbacks() local
1220 static void srcu_reschedule(struct srcu_struct *sp, unsigned long delay) in srcu_reschedule()
1245 struct srcu_struct *sp; in process_srcu() local
1254 struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data()
1264 void srcu_torture_stats_print(struct srcu_struct *sp, char *tt, char *tf) in srcu_torture_stats_print()