Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu.h759 # ifndef __this_cpu_cmpxchg_4
760 # define __this_cpu_cmpxchg_4(pcp, oval, nval) __this_cpu_generic_cmpxchg(pcp, oval, nval) macro
/linux-2.6.39/arch/x86/include/asm/
Dpercpu.h442 #define __this_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(pcp, oval, nval) macro