Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpercpu.h729 #define __this_cpu_generic_xchg(pcp, nval) \ macro
738 # define __this_cpu_xchg_1(pcp, nval) __this_cpu_generic_xchg(pcp, nval)
741 # define __this_cpu_xchg_2(pcp, nval) __this_cpu_generic_xchg(pcp, nval)
744 # define __this_cpu_xchg_4(pcp, nval) __this_cpu_generic_xchg(pcp, nval)
747 # define __this_cpu_xchg_8(pcp, nval) __this_cpu_generic_xchg(pcp, nval)