Home
last modified time | relevance | path

Searched refs:this_cpu_xchg_4 (Results 1 – 4 of 4) sorted by relevance

/linux/include/asm-generic/
A Dpercpu.h403 #ifndef this_cpu_xchg_4
404 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) macro
/linux/arch/s390/include/asm/
A Dpercpu.h164 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) macro
/linux/arch/arm64/include/asm/
A Dpercpu.h228 #define this_cpu_xchg_4(pcp, val) \ macro
/linux/arch/x86/include/asm/
A Dpercpu.h277 #define this_cpu_xchg_4(pcp, nval) percpu_xchg_op(4, volatile, pcp, nval) macro

Completed in 8 milliseconds