__this_cpu_sub 1930 arch/x86/events/core.c __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); __this_cpu_sub 1931 arch/x86/events/core.c __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); __this_cpu_sub 498 include/linux/percpu-defs.h #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) __this_cpu_sub 92 lib/percpu_counter.c __this_cpu_sub(*fbc->counters, count - amount); __this_cpu_sub 78 lib/percpu_test.c __this_cpu_sub(long_counter, ui_one); __this_cpu_sub 111 lib/percpu_test.c __this_cpu_sub(ulong_counter, ui_one); __this_cpu_sub 32 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)