Home
last modified time | relevance | path

Searched refs:__this_cpu_dec (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dirqflags.h73 __this_cpu_dec(hardirq_context); \
Dpercpu-defs.h498 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro
Dnetdevice.h3266 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec()
/include/net/netfilter/
Dnf_flow_table.h355 #define NF_FLOW_TABLE_STAT_DEC(net, count) __this_cpu_dec((net)->ft.stat->count)