this_cpu_inc      520 include/linux/percpu-defs.h #define this_cpu_inc(pcp)		this_cpu_add(pcp, 1)
this_cpu_inc       35 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)