Searched refs:__this_cpu_sub (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/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 | 97 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch() 120 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
|
/linux-6.6.21/include/linux/ |
D | percpu-defs.h | 478 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro 480 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | this_cpu_ops.rst | 213 __this_cpu_sub(pcp, val)
|
/linux-6.6.21/arch/x86/events/ |
D | core.c | 2253 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2254 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 2255 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn() 2256 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
|
/linux-6.6.21/Documentation/core-api/ |
D | this_cpu_ops.rst | 244 __this_cpu_sub(pcp, val)
|
/linux-6.6.21/include/net/ |
D | sock.h | 1470 __this_cpu_sub(*sk->sk_prot->per_cpu_fw_alloc, local_reserve); in sk_memory_allocated_add() 1484 __this_cpu_sub(*sk->sk_prot->per_cpu_fw_alloc, local_reserve); in sk_memory_allocated_sub()
|