Home
last modified time | relevance | path

Searched refs:this_cpu_sub (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dpercpu-defs.h505 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
507 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
H A Dalloc_tag.h222 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst55 this_cpu_sub(pcp, val)
/linux/net/smc/
H A Dsmc_stats.h156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
/linux/kernel/
H A Dsoftirq.c271 this_cpu_sub(softirq_ctrl.cnt, cnt); in __local_bh_enable()
/linux/include/net/
H A Dsch_generic.h997 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
/linux/mm/
H A Dpage_alloc.c1304 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()