Home
last modified time | relevance | path

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

/include/net/
A Dsnmp.h140 __this_cpu_add(mib->mibs[field], addend)
154 __this_cpu_add(ptr[basefield##OCTETS], addend); \
/include/linux/
A Dpart_stat.h58 __this_cpu_add((part)->bd_stats->field, addnd)
A Dpercpu-defs.h446 #define __this_cpu_add(pcp, val) \ macro
488 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val))
489 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)
/include/linux/netfilter/
A Dx_tables.h369 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin()
387 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()

Completed in 9 milliseconds