Searched refs:__raw_try_cmpxchg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ macro 218 __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX) 221 __raw_try_cmpxchg((ptr), (pold), (new), (size), "lock ") 224 __raw_try_cmpxchg((ptr), (pold), (new), (size), "")
|