Searched defs:ssp (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | srcu.h | 31 #define init_srcu_struct(ssp) \ argument 113 static inline int __srcu_read_lock_nmisafe(struct srcu_struct *ssp) in __srcu_read_lock_nmisafe() 143 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 178 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 202 #define srcu_dereference_check(p, ssp, c) \ argument 216 #define srcu_dereference(p, ssp) srcu_dereference_check((p), (ssp), 0) argument 247 static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock() 325 srcu_read_lock_notrace(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock_notrace() 356 static inline int srcu_down_read(struct srcu_struct *ssp) __acquires(ssp) in srcu_down_read() 370 static inline void srcu_read_unlock(struct srcu_struct *ssp, int idx) in srcu_read_unlock() [all …]
|
| A D | srcutiny.h | 63 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock() 76 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr() 81 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr() 86 static inline struct srcu_ctr __percpu *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast() 91 static inline void __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast() 96 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited() 101 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() 106 #define srcu_check_read_flavor(ssp, read_flavor) do { } while (0) argument 107 #define srcu_check_read_flavor_force(ssp, read_flavor) do { } while (0) argument 110 static inline void srcu_torture_stats_print(struct srcu_struct *ssp, in srcu_torture_stats_print()
|
| A D | srcutree.h | 49 struct srcu_struct *ssp; member 217 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr() 224 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr() 243 static inline struct srcu_ctr __percpu *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast() 271 static inline void __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast() 286 static inline void srcu_check_read_flavor_force(struct srcu_struct *ssp, int read_flavor) in srcu_check_read_flavor_force() 298 static inline void srcu_check_read_flavor(struct srcu_struct *ssp, int read_flavor) in srcu_check_read_flavor()
|
| A D | pxa2xx_ssp.h | 275 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable() 283 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable() 306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
|
| /include/sound/sof/ |
| A D | dai.h | 111 struct sof_ipc_dai_ssp_params ssp; member
|
Completed in 13 milliseconds