Searched refs:this_cpu_cmpxchg_1 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/asm-generic/ |
D | percpu.h | 386 #ifndef this_cpu_cmpxchg_1 387 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | cmpxchg.h | 212 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | percpu.h | 145 #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | percpu.h | 442 #define this_cpu_cmpxchg_1(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) macro
|