Searched refs:__this_cpu_add (Results 1 – 4 of 4) sorted by relevance
140 __this_cpu_add(mib->mibs[field], addend)154 __this_cpu_add(ptr[basefield##OCTETS], addend); \
58 __this_cpu_add((part)->bd_stats->field, addnd)
455 #define __this_cpu_add(pcp, val) \ macro496 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val))497 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)
379 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin()397 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()