Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dpercpu.h163 #define this_cpu_generic_xchg(pcp, nval) \ macro
398 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval)
401 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval)
404 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval)
407 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval)