Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h167 #define this_cpu_generic_to_op(pcp, val, op) \ macro
403 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
406 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
409 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
412 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
416 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
419 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
422 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
425 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
429 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
[all …]