Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dpercpu_test.c96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/openbmc/linux/include/linux/
H A Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
H A Dpercpu-defs.h500 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
502 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst55 this_cpu_sub(pcp, val)
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst56 this_cpu_sub(pcp, val)
/openbmc/linux/include/net/
H A Dsch_generic.h890 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()