Searched refs:__this_cpu_inc (Results 1 – 6 of 6) sorted by relevance
51 __this_cpu_inc(*sem->read_count); in percpu_down_read()69 __this_cpu_inc(*sem->read_count); in percpu_down_read_trylock()
59 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
498 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1) macro
3053 __this_cpu_inc(softnet_data.xmit.recursion); in dev_xmit_recursion_inc()
122 __this_cpu_inc(mib->mibs[field])147 __this_cpu_inc(ptr[basefield##PKTS]); \
322 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count)