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

/linux-master/arch/x86/include/asm/
H A Dpercpu.h319 #define percpu_try_cmpxchg64_op(size, qual, _var, _ovalp, _nval) \ macro
349 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, nval)
350 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, nval)

Completed in 108 milliseconds