Searched refs:this_cpu_sub (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
H A D | percpu.h | 36 #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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | percpu-refcount.h | 320 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
|
H A D | percpu-defs.h | 519 #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)
|
/kernel/linux/linux-5.10/lib/ |
H A D | percpu_test.c | 96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | percpu-refcount.h | 333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
|
H A D | percpu-defs.h | 500 #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)
|
/kernel/linux/linux-6.6/lib/ |
H A D | percpu_test.c | 96 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_safe.c | 313 this_cpu_sub(printk_context, PRINTK_NMI_CONTEXT_OFFSET); in printk_nmi_exit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 889 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 889 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
|
Completed in 9 milliseconds