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)
446 #define __this_cpu_add(pcp, val) \ macro488 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val))489 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)
369 __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