Searched refs:__this_cpu_sub (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | irq_stack.h | 27 __this_cpu_sub(irq_count, 1); in __run_on_irqstack() 38 __this_cpu_sub(irq_count, 1); in __run_sysvec_on_irqstack() 49 __this_cpu_sub(irq_count, 1); in __run_irq_on_irqstack()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | percpu.h | 32 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) 33 #define __this_cpu_sub(pcp, n) __this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
|
/kernel/linux/linux-5.10/lib/ |
D | percpu_test.c | 78 __this_cpu_sub(long_counter, ui_one); in percpu_test_init() 111 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
|
D | percpu_counter.c | 92 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch() 115 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
|
/kernel/linux/linux-5.10/include/linux/ |
D | percpu-defs.h | 496 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro 498 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
|
/kernel/linux/linux-5.10/arch/x86/events/ |
D | core.c | 2104 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2105 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2106 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn() 2107 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | this_cpu_ops.rst | 246 __this_cpu_sub(pcp, val)
|