Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
H A Dpercpu-defs.h509 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
511 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
H A Dalloc_tag.h218 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
/linux-6.15/lib/
H A Dpercpu_test.c98 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst55 this_cpu_sub(pcp, val)
/linux-6.15/fs/bcachefs/
H A Dbuckets.h301 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.c545 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
/linux-6.15/net/smc/
H A Dsmc_stats.h156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
/linux-6.15/Documentation/core-api/
H A Dthis_cpu_ops.rst56 this_cpu_sub(pcp, val)
/linux-6.15/include/net/
H A Dsch_generic.h891 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
/linux-6.15/mm/
H A Dpage_alloc.c1159 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()