Searched refs:this_cpu_sub (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
H A D | percpu-defs.h | 508 #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 D | percpu-refcount.h | 333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
|
H A D | alloc_tag.h | 206 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
|
H A D | pgalloc_tag.h | 230 this_cpu_sub(tag->counters->bytes, PAGE_SIZE * nr); in pgalloc_tag_sub_pages()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | this_cpu_ops.rst | 55 this_cpu_sub(pcp, val)
|
/linux/net/smc/ |
H A D | smc_stats.h | 156 this_cpu_sub((*stats).smc[t].k ## _rmbuse, _l); \
|
/linux/fs/bcachefs/ |
H A D | buckets.h | 325 this_cpu_sub(*c->online_reserved, res->sectors); in bch2_disk_reservation_put()
|
H A D | six.c | 163 this_cpu_sub(*lock->readers, !ret); in __do_six_trylock()
|
H A D | buckets.c | 523 this_cpu_sub(*c->online_reserved, added); in bch2_trans_account_disk_usage_change()
|
/linux/Documentation/core-api/ |
H A D | this_cpu_ops.rst | 56 this_cpu_sub(pcp, val)
|
/linux/include/net/ |
H A D | sch_generic.h | 891 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
|