Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dpercpu_counter.c108 __this_cpu_sub(*fbc->counters, count); in percpu_counter_add_batch()
130 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch()
154 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
387 __this_cpu_sub(*fbc->counters, count); in __percpu_counter_limited_add()
H A Dpercpu_test.c80 __this_cpu_sub(long_counter, ui_one); in percpu_test_init()
113 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
/linux-6.15/include/linux/
H A Dpercpu-defs.h487 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro
489 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst213 __this_cpu_sub(pcp, val)
/linux-6.15/arch/x86/events/
H A Dcore.c2266 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2267 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2268 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn()
2269 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
/linux-6.15/Documentation/core-api/
H A Dthis_cpu_ops.rst254 __this_cpu_sub(pcp, val)