Home
last modified time | relevance | path

Searched defs:this_cpu_add_8 (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/s390/include/asm/
Dpercpu.h47 #define this_cpu_add_8(pcp, val) arch_this_cpu_to_op(pcp, val, +) macro
/linux-3.3/arch/x86/include/asm/
Dpercpu.h467 #define this_cpu_add_8(pcp, val) percpu_add_op((pcp), val) macro
/linux-3.3/include/linux/
Dpercpu.h383 # define this_cpu_add_8(pcp, val) _this_cpu_generic_to_op((pcp), (val), +=) macro