Searched refs:__try_cmpxchg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cmpxchg.h | 221 #define __try_cmpxchg(ptr, pold, new, size) \ macro 225 __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cmpxchg.h | 221 #define __try_cmpxchg(ptr, pold, new, size) \ macro 228 __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
|
Completed in 1 milliseconds