Searched refs:this_cpu_sub (Results 1 – 7 of 7) sorted by relevance
505 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro507 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
222 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
55 this_cpu_sub(pcp, val)
156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
271 this_cpu_sub(softirq_ctrl.cnt, cnt); in __local_bh_enable()
997 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
1304 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()