Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpercpu.h746 # ifndef __this_cpu_xchg_8
747 # define __this_cpu_xchg_8(pcp, nval) __this_cpu_generic_xchg(pcp, nval) macro
/linux-3.4.99/arch/x86/include/asm/
Dpercpu.h462 #define __this_cpu_xchg_8(pcp, nval) percpu_xchg_op(pcp, nval) macro