Searched refs:percpu_try_cmpxchg128_op (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpercpu.h388 #define percpu_try_cmpxchg128_op(size, qual, _var, _ovalp, _nval) \ macro
418 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp, nval)
419 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp, nval)

Completed in 124 milliseconds