Lines Matching refs:testandset
61 static inline int testandset (int *p) in testandset() function
76 static inline int testandset (int *p) in testandset() function
87 static inline int testandset (int *p) in testandset() function
98 static inline int testandset (int *p) in testandset() function
110 static inline int testandset (int *p) in testandset() function
127 static inline int testandset (int *p) in testandset() function
139 static inline int testandset (int *spinlock) in testandset() function
149 static inline int testandset (int *p) in testandset() function
174 static inline int testandset (spinlock_t *p) in testandset() function
189 static inline int testandset (int *p) in testandset() function
194 static inline int testandset (int *p) in testandset() function
220 while (testandset(lock)); in spin_lock()
230 return !testandset(lock); in spin_trylock()