| /f-stack/dpdk/app/test/ |
| H A D | test_atomic.c | 115 while (rte_atomic32_read(&synchro) == 0) in test_atomic_usual() 151 while (rte_atomic32_read(&synchro) == 0) in test_atomic_tas() 172 while (rte_atomic32_read(&synchro) == 0) in test_atomic_addsub_and_return() 211 while (rte_atomic32_read(&synchro) == 0) in test_atomic_inc_and_test() 238 while (rte_atomic32_read(&synchro) == 0) in test_atomic_dec_and_test() 270 while (rte_atomic32_read(&synchro) == 0) in test_atomic128_cmp_exchange() 408 while (rte_atomic32_read(&synchro) == 0) in test_atomic_exchange() 469 if (rte_atomic32_read(&a32) != 1UL << 10) { in test_atomic()
|
| H A D | test_func_reentrancy.c | 62 while (rte_atomic32_read(&synchro) == 0); \ 457 count = rte_atomic32_read(&obj_count); in launch_test()
|
| H A D | test_mcslock.c | 83 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn()
|
| H A D | test_spinlock.c | 114 while (rte_atomic32_read(&synchro) == 0); in load_loop_fn()
|
| H A D | test_ticketlock.c | 115 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn()
|
| H A D | test_mempool_perf.c | 148 while (rte_atomic32_read(&synchro) == 0); in per_lcore_mempool_test()
|
| H A D | test_stack_perf.c | 148 while (rte_atomic32_read(&lcore_barrier) != 0) in bulk_push_pop()
|
| H A D | test_timer.c | 332 my_collisions = rte_atomic32_read(&collisions); in timer_stress2_main_loop()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | smt.c | 122 if (!rte_atomic32_read(&e->refcnt)) { in find_or_alloc_smte() 159 if (!rte_atomic32_read(&e->refcnt)) { in t4_smt_alloc_switching() 198 if (rte_atomic32_read(&e->refcnt)) in cxgbe_smt_release()
|
| H A D | l2t.c | 17 if (rte_atomic32_read(&e->refcnt) != 0) in cxgbe_l2t_release() 115 if (rte_atomic32_read(&e->refcnt) == 0) { in find_or_alloc_l2e() 154 if (!rte_atomic32_read(&e->refcnt)) { in t4_l2t_alloc_switching()
|
| H A D | clip_tbl.c | 82 if (rte_atomic32_read(&e->refcnt) == 0) { in find_or_alloc_clipe() 117 if (!rte_atomic32_read(&ce->refcnt)) { in t4_clip_alloc()
|
| H A D | mps_tcam.c | 192 if (rte_atomic32_read(&entry->refcnt) == 1) in cxgbe_mpstcam_remove()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 549 while (rte_atomic32_read(total_events) > 0) { in worker_multi_port_fn() 570 while (rte_atomic32_read(count)) { in wait_workers_to_join() 574 otx2_err("Events %d", rte_atomic32_read(count)); in wait_workers_to_join() 579 rte_atomic32_read(count)); in wait_workers_to_join() 877 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline() 1034 while (rte_atomic32_read(total_events) > 0) { in worker_group_based_pipeline() 1193 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline_max_stages_rand_sched_type() 1270 while (rte_atomic32_read(total_events) > 0) { in worker_queue_based_pipeline_max_stages_rand_sched_type() 1314 while (rte_atomic32_read(total_events) > 0) { in worker_mixed_pipeline_max_stages_rand_sched_type()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 381 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx() 386 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx() 435 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_tx() 728 if (rte_atomic32_read(&internal->started) == 0 || in update_queuing_status() 729 rte_atomic32_read(&internal->dev_attached) == 0) in update_queuing_status() 738 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status() 747 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status() 807 if (rte_atomic32_read(&internal->started) == 1) { in new_device() 908 rte_atomic32_read(&internal->dev_attached) && in vring_conf_update() 909 rte_atomic32_read(&internal->started) && in vring_conf_update() [all …]
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 562 while (rte_atomic32_read(total_events) > 0) { in worker_multi_port_fn() 587 rte_atomic32_read(count)); in wait_workers_to_join() 594 rte_atomic32_read(count)); in wait_workers_to_join() 893 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline() 1048 while (rte_atomic32_read(total_events) > 0) { in worker_group_based_pipeline() 1206 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline_max_stages_rand_sched_type() 1281 while (rte_atomic32_read(total_events) > 0) { in worker_queue_based_pipeline_max_stages_rand_sched_type() 1323 while (rte_atomic32_read(total_events) > 0) { in worker_mixed_pipeline_max_stages_rand_sched_type()
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | compat.h | 90 #define atomic_read(v) rte_atomic32_read(v)
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 536 if (!rte_atomic32_read(&internal->running) && in update_datapath() 537 (rte_atomic32_read(&internal->started) && in update_datapath() 538 rte_atomic32_read(&internal->dev_attached))) { in update_datapath() 556 } else if (rte_atomic32_read(&internal->running) && in update_datapath() 557 (!rte_atomic32_read(&internal->started) || in update_datapath() 558 !rte_atomic32_read(&internal->dev_attached))) { in update_datapath()
|
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 450 while (rte_atomic32_read(total_events) > 0) { in worker_multi_port_fn() 476 rte_atomic32_read(count)); in wait_workers_to_join() 483 rte_atomic32_read(count)); in wait_workers_to_join()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 314 f_stop = rte_atomic32_read(&kni_stop); in main_loop() 315 f_pause = rte_atomic32_read(&kni_pause); in main_loop() 327 f_stop = rte_atomic32_read(&kni_stop); in main_loop() 328 f_pause = rte_atomic32_read(&kni_pause); in main_loop()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_worker.c | 59 uint32_t sw_inflights = rte_atomic32_read(&sw->inflights); in sw_event_enqueue_burst()
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_xstats.c | 51 return rte_atomic32_read(&dsw->credits_on_loan); in dsw_xstats_dev_credits_on_loan()
|
| H A D | dsw_event.c | 35 total_on_loan = rte_atomic32_read(&dsw->credits_on_loan); in dsw_port_acquire_credits() 372 rte_atomic32_read(&dsw->ports[i].immigration_load); in dsw_retrieve_port_loads() 1208 if (unlikely(num_new > 0 && rte_atomic32_read(&dsw->credits_on_loan) > in dsw_event_enqueue_burst_generic()
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 382 #define atomic_read(v) rte_atomic32_read(v)
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_atomic.h | 502 rte_atomic32_read(const rte_atomic32_t *v) in rte_atomic32_read() function
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 269 #define ATOMIC32_READ(i32_ptr) rte_atomic32_read(i32_ptr)
|