Home
last modified time | relevance | path

Searched refs:rte_atomic32_sub (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_worker.c127 rte_atomic32_sub(&sw->inflights, credit_update_quanta); in sw_event_enqueue_burst()
159 rte_atomic32_sub(&sw->inflights, credit_update_quanta); in sw_event_dequeue_burst()
H A Dsw_evdev.c155 rte_atomic32_sub(&sw->inflights, possible_inflights); in sw_port_setup()
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h94 #define atomic_dec(v) rte_atomic32_sub(v, 1)
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c557 rte_atomic32_sub(total_events, 1); in worker_multi_port_fn()
897 rte_atomic32_sub(total_events, 1); in worker_flow_based_pipeline()
1054 rte_atomic32_sub(total_events, 1); in worker_group_based_pipeline()
1200 rte_atomic32_sub(total_events, 1); in worker_flow_based_pipeline_max_stages_rand_sched_type()
1277 rte_atomic32_sub(total_events, 1); in worker_queue_based_pipeline_max_stages_rand_sched_type()
1321 rte_atomic32_sub(total_events, 1); in worker_mixed_pipeline_max_stages_rand_sched_type()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c570 rte_atomic32_sub(total_events, 1); in worker_multi_port_fn()
911 rte_atomic32_sub(total_events, 1); in worker_flow_based_pipeline()
1066 rte_atomic32_sub(total_events, 1); in worker_group_based_pipeline()
1213 rte_atomic32_sub(total_events, 1); in worker_flow_based_pipeline_max_stages_rand_sched_type()
1288 rte_atomic32_sub(total_events, 1); in worker_queue_based_pipeline_max_stages_rand_sched_type()
1330 rte_atomic32_sub(total_events, 1); in worker_mixed_pipeline_max_stages_rand_sched_type()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h544 rte_atomic32_sub(rte_atomic32_t *v, int32_t dec) in rte_atomic32_sub() function
579 rte_atomic32_sub(v,1); in rte_atomic32_dec()
/f-stack/dpdk/app/test/
H A Dtest_stack_perf.c147 rte_atomic32_sub(&lcore_barrier, 1); in bulk_push_pop()
H A Dtest_atomic.c134 rte_atomic32_sub(&a32, 5); in test_atomic_usual()
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h386 #define atomic_dec(v) rte_atomic32_sub(v, 1)
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c51 rte_atomic32_sub(&dsw->credits_on_loan, acquired_credits); in dsw_port_acquire_credits()
77 rte_atomic32_sub(&dsw->credits_on_loan, return_credits); in dsw_port_return_credits()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c458 rte_atomic32_sub(total_events, 1); in worker_multi_port_fn()