__this_cpu_inc    497 include/linux/percpu-defs.h #define __this_cpu_inc(pcp)		__this_cpu_add(pcp, 1)
__this_cpu_inc     31 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)