Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dpercpu.h32 #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
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dpercpu.h32 #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
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dpercpu.h32 #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
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dpercpu_test.c78 __this_cpu_sub(long_counter, ui_one); in percpu_test_init()
111 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
H A Dpercpu_counter.c92 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch()
115 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dpercpu_test.c78 __this_cpu_sub(long_counter, ui_one); in percpu_test_init()
111 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
H A Dpercpu_counter.c92 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch()
115 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dpercpu_test.c78 __this_cpu_sub(long_counter, ui_one); in percpu_test_init()
111 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
H A Dpercpu_counter.c92 __this_cpu_sub(*fbc->counters, count - amount); in percpu_counter_add_batch()
115 __this_cpu_sub(*fbc->counters, count); in percpu_counter_sync()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpercpu-defs.h496 #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)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpercpu-defs.h496 #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)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpercpu-defs.h496 #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)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/events/
H A Dcore.c2261 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2262 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2263 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn()
2264 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/events/
H A Dcore.c2261 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2262 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2263 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn()
2264 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/events/
H A Dcore.c2261 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2262 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
2263 __this_cpu_sub(cpu_hw_events.n_pair, __this_cpu_read(cpu_hw_events.n_txn_pair)); in x86_pmu_cancel_txn()
2264 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/core-api/
H A Dthis_cpu_ops.rst246 __this_cpu_sub(pcp, val)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/core-api/
H A Dthis_cpu_ops.rst246 __this_cpu_sub(pcp, val)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/core-api/
H A Dthis_cpu_ops.rst246 __this_cpu_sub(pcp, val)