Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_func_reentrancy.c57 static rte_atomic32_t obj_count = RTE_ATOMIC32_INIT(0); variable
75 rte_atomic32_set(&obj_count, 1); /* silent the check in the caller */ in test_eal_init_once()
115 rte_atomic32_inc(&obj_count); in ring_create_lookup()
179 rte_atomic32_inc(&obj_count); in mempool_create_lookup()
242 rte_atomic32_inc(&obj_count); in hash_create_free()
306 rte_atomic32_inc(&obj_count); in fbk_create_free()
368 rte_atomic32_inc(&obj_count); in lpm_create_free()
430 rte_atomic32_set(&obj_count, 0); in launch_test()
457 count = rte_atomic32_read(&obj_count); in launch_test()