Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu.h487 # ifndef this_cpu_xchg_2
488 # define this_cpu_xchg_2(pcp, nval) _this_cpu_generic_xchg(pcp, nval) macro
/linux-2.6.39/arch/x86/include/asm/
Dpercpu.h417 #define this_cpu_xchg_2(pcp, nval) percpu_xchg_op(pcp, nval) macro