Searched refs:rte_atomic32_sub (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_worker.c | 127 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 D | sw_evdev.c | 155 rte_atomic32_sub(&sw->inflights, possible_inflights); in sw_port_setup()
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | compat.h | 94 #define atomic_dec(v) rte_atomic32_sub(v, 1)
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 557 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 D | ssovf_evdev_selftest.c | 570 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 D | rte_atomic.h | 544 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 D | test_stack_perf.c | 147 rte_atomic32_sub(&lcore_barrier, 1); in bulk_push_pop()
|
| H A D | test_atomic.c | 134 rte_atomic32_sub(&a32, 5); in test_atomic_usual()
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 386 #define atomic_dec(v) rte_atomic32_sub(v, 1)
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 51 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 D | dpaa2_eventdev_selftest.c | 458 rte_atomic32_sub(total_events, 1); in worker_multi_port_fn()
|