Searched refs:__raw_try_cmpxchg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ macro 222 __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX) 225 __raw_try_cmpxchg((ptr), (pold), (new), (size), "")
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ macro 222 __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX)
|
Completed in 2 milliseconds