Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu-defs.h508 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
510 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
H A Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
H A Dalloc_tag.h206 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
H A Dpgalloc_tag.h230 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()
/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/fs/bcachefs/
H A Dbuckets.h325 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
H A Dsix.c163 this_cpu_sub(*lock->readers, !ret); in __do_six_trylock()
H A Dbuckets.c523 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst56 this_cpu_sub(pcp, val)
/linux/include/net/
H A Dsch_generic.h891 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()