Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dpercpu.h117 #define this_cpu_generic_to_op(pcp, val, op) \ macro
309 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
312 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
315 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
318 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
322 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
325 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
328 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
331 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
335 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
[all …]