Lines Matching refs:worker_stats

44 struct worker_stats {  struct
47 struct worker_stats worker_stats[RTE_MAX_LCORE]; argument
57 count += __atomic_load_n(&worker_stats[i].handled_packets, in total_packet_count()
68 __atomic_store_n(&worker_stats[i].handled_packets, 0, in clear_packet_count()
86 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work()
91 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work()
153 __atomic_load_n(&worker_stats[i].handled_packets, in sanity_test()
181 &worker_stats[i].handled_packets, in sanity_test()
209 __atomic_load_n(&worker_stats[i].handled_packets, in sanity_test()
304 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work_with_free_mbufs()
310 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work_with_free_mbufs()
385 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work_for_shutdown_test()
397 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_work_for_shutdown_test()
413 __atomic_fetch_add(&worker_stats[id].handled_packets, in handle_work_for_shutdown_test()
489 __atomic_load_n(&worker_stats[i].handled_packets, in sanity_test_with_worker_shutdown()
559 __atomic_load_n(&worker_stats[i].handled_packets, in test_flush_with_worker_shutdown()
588 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_and_mark_work()
595 __atomic_fetch_add(&worker_stats[id].handled_packets, num, in handle_and_mark_work()
668 __atomic_load_n(&worker_stats[i].handled_packets, in sanity_mark_test()