Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu.h474 #define _this_cpu_generic_xchg(pcp, nval) \ macro
485 # define this_cpu_xchg_1(pcp, nval) _this_cpu_generic_xchg(pcp, nval)
488 # define this_cpu_xchg_2(pcp, nval) _this_cpu_generic_xchg(pcp, nval)
491 # define this_cpu_xchg_4(pcp, nval) _this_cpu_generic_xchg(pcp, nval)
494 # define this_cpu_xchg_8(pcp, nval) _this_cpu_generic_xchg(pcp, nval)