Searched refs:__this_cpu_sub (Results 1 – 5 of 5) sorted by relevance
/linux/lib/ |
H A D | percpu_counter.c | 108 __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()
|
/linux/include/linux/ |
H A D | percpu-defs.h | 486 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro 488 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | this_cpu_ops.rst | 213 __this_cpu_sub(pcp, val)
|
/linux/arch/x86/events/ |
H A D | core.c | 2255 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2256 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2257 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn() 2258 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
|
/linux/Documentation/core-api/ |
H A D | this_cpu_ops.rst | 244 __this_cpu_sub(pcp, val)
|