Searched refs:__this_cpu_add (Results 1 – 3 of 3) sorted by relevance
139 __this_cpu_add(mib->mibs[field], addend)153 __this_cpu_add(ptr[basefield##OCTETS], addend); \
472 #define __this_cpu_add(pcp, val) \ macro513 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val))514 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)
336 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin()354 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()