Searched refs:rte_atomic32_read (Results 1 – 16 of 16) sorted by relevance
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()
371 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx()376 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx()425 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_tx()730 if (rte_atomic32_read(&internal->started) == 0 || in update_queuing_status()731 rte_atomic32_read(&internal->dev_attached) == 0) in update_queuing_status()745 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status()757 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status()817 if (rte_atomic32_read(&internal->started) == 1) { in new_device()918 rte_atomic32_read(&internal->dev_attached) && in vring_conf_update()919 rte_atomic32_read(&internal->started) && in vring_conf_update()[all …]
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()
87 #define atomic_read(v) rte_atomic32_read(v)
537 if (!rte_atomic32_read(&internal->running) && in update_datapath()538 (rte_atomic32_read(&internal->started) && in update_datapath()539 rte_atomic32_read(&internal->dev_attached))) { in update_datapath()557 } else if (rte_atomic32_read(&internal->running) && in update_datapath()558 (!rte_atomic32_read(&internal->started) || in update_datapath()559 !rte_atomic32_read(&internal->dev_attached))) { in update_datapath()
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()
59 uint32_t sw_inflights = rte_atomic32_read(&sw->inflights); in sw_event_enqueue_burst()
636 uint32_t inflights = rte_atomic32_read(&sw->inflights); in sw_dump()
370 #define atomic_read(v) rte_atomic32_read(v)
502 rte_atomic32_read(const rte_atomic32_t *v) in rte_atomic32_read() function
265 #define ATOMIC32_READ(i32_ptr) rte_atomic32_read(i32_ptr)
300 if (rte_atomic32_read(&pool->inuse) != 0) { in dma_pool_destroy()302 pool->name, rte_atomic32_read(&pool->inuse)); in dma_pool_destroy()
134 while (rte_atomic32_read(&wait_task[id]) == 1) in fsl_qdma_free_chan_resources()
572 (uint32_t)rte_atomic32_read(&rxq->rxbuf_outstanding) < in hn_rxpkt()
4143 while (rte_atomic32_read(&ad->link_thread_running)) { in ixgbe_dev_wait_setup_link_complete()
4582 if (rte_atomic32_read(&sc->scan_fp) == 1) { in bnx2x_handle_fp_tq()