Home
last modified time | relevance | path

Searched refs:this_cpu_try_cmpxchg128 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dpercpu.h524 #ifndef this_cpu_try_cmpxchg128
526 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ macro
529 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ macro
/linux-6.15/mm/
H A Dslab.h24 #define this_cpu_try_cmpxchg_freelist this_cpu_try_cmpxchg128
/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h451 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp… macro