Searched refs:__this_cpu_sub (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/include/linux/ |
| D | percpu-defs.h | 497 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro 499 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
|
| /Linux-v5.4/arch/x86/events/ |
| D | core.c | 1919 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn() 1920 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
|
| /Linux-v5.4/Documentation/ |
| D | this_cpu_ops.txt | 246 __this_cpu_sub(pcp, val)
|