Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A 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.3-rc2/lib/
A Dpercpu_test.c96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/linux-6.3-rc2/include/linux/
A Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
A 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.3-rc2/Documentation/translations/zh_CN/core-api/
A Dthis_cpu_ops.rst55 this_cpu_sub(pcp, val)
/linux-6.3-rc2/Documentation/core-api/
A Dthis_cpu_ops.rst57 this_cpu_sub(pcp, val)
/linux-6.3-rc2/include/net/
A Dsch_generic.h849 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()

Completed in 12 milliseconds