Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_distributor.c53 static volatile unsigned zero_idx; variable
390 __atomic_compare_exchange_n(&zero_idx, &zero_unset, id, in handle_work_for_shutdown_test()
393 zero_id = __atomic_load_n(&zero_idx, __ATOMIC_ACQUIRE); in handle_work_for_shutdown_test()
404 __atomic_compare_exchange_n(&zero_idx, &zero_unset, id, in handle_work_for_shutdown_test()
407 zero_id = __atomic_load_n(&zero_idx, __ATOMIC_ACQUIRE); in handle_work_for_shutdown_test()
817 zero_idx = RTE_MAX_LCORE; in quit_workers()