Home
last modified time | relevance | path

Searched refs:__this_cpu_inc (Results 1 – 5 of 5) sorted by relevance

/include/net/
A Dsnmp.h128 __this_cpu_inc(mib->mibs[field])
153 __this_cpu_inc(ptr[basefield##PKTS]); \
/include/linux/
A Dkernel_stat.h62 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
A Dpercpu-defs.h489 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1) macro
/include/net/netfilter/
A Dnf_conntrack.h376 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count)
A Dnf_flow_table.h381 #define NF_FLOW_TABLE_STAT_INC(net, count) __this_cpu_inc((net)->ft.stat->count)

Completed in 8 milliseconds