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

/linux-4.4.14/include/asm-generic/
H A Dpercpu.h136 #define this_cpu_generic_xchg(pcp, nval) \ macro
374 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval)
377 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval)
380 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval)
383 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval)

Completed in 35 milliseconds