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