Lines Matching defs:sp
84 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state()
91 static inline void rcu_seq_start(unsigned long *sp) in rcu_seq_start()
99 static inline unsigned long rcu_seq_endval(unsigned long *sp) in rcu_seq_endval()
105 static inline void rcu_seq_end(unsigned long *sp) in rcu_seq_end()
123 static inline unsigned long rcu_seq_snap(unsigned long *sp) in rcu_seq_snap()
133 static inline unsigned long rcu_seq_current(unsigned long *sp) in rcu_seq_current()
142 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started()
151 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done()
161 static inline bool rcu_seq_done_exact(unsigned long *sp, unsigned long s) in rcu_seq_done_exact()
392 #define _rcu_for_each_node_breadth_first(sp, rnp) \ argument
596 static inline void srcutorture_get_gp_data(struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data()
615 srcu_batches_completed(struct srcu_struct *sp) { return 0; } in srcu_batches_completed()