Lines Matching defs:sp
44 #define init_srcu_struct(sp) \ argument
84 static inline void cleanup_srcu_struct(struct srcu_struct *sp) in cleanup_srcu_struct()
106 static inline void cleanup_srcu_struct_quiesced(struct srcu_struct *sp) in cleanup_srcu_struct_quiesced()
129 static inline int srcu_read_lock_held(const struct srcu_struct *sp) in srcu_read_lock_held()
138 static inline int srcu_read_lock_held(const struct srcu_struct *sp) in srcu_read_lock_held()
157 #define srcu_dereference_check(p, sp, c) \ argument
170 #define srcu_dereference(p, sp) srcu_dereference_check((p), (sp), 0) argument
175 #define srcu_dereference_notrace(p, sp) srcu_dereference_check((p), (sp), 1) argument
194 static inline int srcu_read_lock(struct srcu_struct *sp) __acquires(sp) in srcu_read_lock()
205 srcu_read_lock_notrace(struct srcu_struct *sp) __acquires(sp) in srcu_read_lock_notrace()
220 static inline void srcu_read_unlock(struct srcu_struct *sp, int idx) in srcu_read_unlock()
229 srcu_read_unlock_notrace(struct srcu_struct *sp, int idx) __releases(sp) in srcu_read_unlock_notrace()