Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A 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)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h171 #define this_cpu_generic_xchg(pcp, nval) \ macro
453 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval)
456 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval)
459 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval)
462 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval)

Completed in 2 milliseconds