Symbol: this_cpu_generic_to_op
include/asm-generic/percpu.h
403
#define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
include/asm-generic/percpu.h
406
#define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
include/asm-generic/percpu.h
409
#define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
include/asm-generic/percpu.h
412
#define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
include/asm-generic/percpu.h
416
#define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
include/asm-generic/percpu.h
419
#define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
include/asm-generic/percpu.h
422
#define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
include/asm-generic/percpu.h
425
#define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
include/asm-generic/percpu.h
429
#define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
include/asm-generic/percpu.h
432
#define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
include/asm-generic/percpu.h
435
#define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
include/asm-generic/percpu.h
438
#define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
include/asm-generic/percpu.h
442
#define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
include/asm-generic/percpu.h
445
#define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
include/asm-generic/percpu.h
448
#define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
include/asm-generic/percpu.h
451
#define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=)