this_cpu_sub      521 include/linux/percpu-defs.h #define this_cpu_dec(pcp)		this_cpu_sub(pcp, 1)
this_cpu_sub      291 include/linux/percpu-refcount.h 		this_cpu_sub(*percpu_count, nr);
this_cpu_sub      851 include/net/sch_generic.h 	this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb));
this_cpu_sub       96 lib/percpu_test.c 	this_cpu_sub(long_counter, ui_one);
this_cpu_sub       36 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)