Searched refs:this_cpu_sub (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| A D | pgalloc_tag.h | 104 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()
|
| A D | percpu-refcount.h | 333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
|
| A D | percpu-defs.h | 506 #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 D | alloc_tag.h | 184 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
|
| /linux/lib/ |
| A D | percpu_test.c | 96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | this_cpu_ops.rst | 55 this_cpu_sub(pcp, val)
|
| /linux/net/smc/ |
| A D | smc_stats.h | 156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
|
| /linux/fs/bcachefs/ |
| A D | buckets.h | 345 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
|
| A D | six.c | 163 this_cpu_sub(*lock->readers, !ret); in __do_six_trylock()
|
| A D | buckets.c | 525 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
|
| /linux/Documentation/core-api/ |
| A D | this_cpu_ops.rst | 56 this_cpu_sub(pcp, val)
|
| /linux/include/net/ |
| A D | sch_generic.h | 892 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
|
Completed in 23 milliseconds