Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpgalloc_tag.h104 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()
A Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
A Dpercpu-defs.h506 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
508 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
A Dalloc_tag.h184 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
/linux/lib/
A Dpercpu_test.c96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/linux/Documentation/translations/zh_CN/core-api/
A Dthis_cpu_ops.rst55 this_cpu_sub(pcp, val)
/linux/net/smc/
A Dsmc_stats.h156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
/linux/fs/bcachefs/
A Dbuckets.h345 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
A Dsix.c163 this_cpu_sub(*lock->readers, !ret); in __do_six_trylock()
A Dbuckets.c525 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
/linux/Documentation/core-api/
A Dthis_cpu_ops.rst56 this_cpu_sub(pcp, val)
/linux/include/net/
A Dsch_generic.h892 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()

Completed in 28 milliseconds