Home
last modified time | relevance | path

Searched refs:this_cpu_cmpxchg_4 (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Dpercpu.h90 #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval) macro
/arch/x86/include/asm/
Dpercpu.h421 #define this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) macro