Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
/linux-6.1.9/lib/
Dpercpu_test.c96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/linux-6.1.9/include/linux/
Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
Dpercpu-defs.h519 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
521 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
/linux-6.1.9/Documentation/core-api/
Dthis_cpu_ops.rst57 this_cpu_sub(pcp, val)
/linux-6.1.9/include/net/
Dsch_generic.h847 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()