Searched refs:__swp (Results 1 – 3 of 3) sorted by relevance
97 __swp(unsigned char __val, __cpu_simple_lock_t *__ptr) in __swp() function114 __swp(int __val, __cpu_simple_lock_t *__ptr) in __swp() function175 while (__swp(__SIMPLELOCK_LOCKED, __alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()196 return (__swp(__SIMPLELOCK_LOCKED, __alp) == __SIMPLELOCK_UNLOCKED); in __cpu_simple_lock_try()
46 __swp(int __val, volatile unsigned char *__ptr) in __swp() function65 while (__swp(__SIMPLELOCK_LOCKED, alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()75 __result = __swp(__SIMPLELOCK_LOCKED, alp) == __SIMPLELOCK_UNLOCKED; in __cpu_simple_lock_try()
73 __swp(uint32_t __x, volatile uint32_t *__p) { in __swp() function