Searched refs:this_cpu_add_1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | percpu.h | 349 #ifndef this_cpu_add_1 350 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=) macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | percpu.h | 44 #define this_cpu_add_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | percpu.h | 271 #define this_cpu_add_1(pcp, val) _percpu_add(pcp, val) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | percpu.h | 420 #define this_cpu_add_1(pcp, val) percpu_add_op((pcp), val) macro
|