Searched defs:spin_lock (Results 1 – 14 of 14) sorted by relevance
9 void spin_lock(struct spinlock *lock) in spin_lock() function
14 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
16 spinlock_t spin_lock; member
13 #define spin_lock(x) pthread_mutex_lock(x) macro
43 static __always_inline void spin_lock(spinlock_t *lock) in spin_lock() function
349 static __always_inline void spin_lock(spinlock_t *lock) in spin_lock() function
70 static void spin_lock(spinlock_t *lock) in spin_lock() function
177 spinlock_t spin_lock; member
356 spinlock_t spin_lock; member
345 spinlock_t spin_lock; member
167 spinlock_t spin_lock; /* generic spin-lock for COMEDI and drivers */ member
1902 struct bpf_spin_lock *spin_lock) in bpf_list_head_free()1951 struct bpf_spin_lock *spin_lock) in bpf_rb_root_free()
204 spinlock_t spin_lock[2]; /* spin lock */ member
238 #define spin_lock(lock) do {} while (0) macro