Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_spinlock.h108 int try_count = RTE_RTM_MAX_RETRIES - retries; in rte_try_tm() local
110 pause_count <<= try_count; in rte_try_tm()
/f-stack/dpdk/app/test/
H A Dtest_fib_perf.c253 int try_count = 0; in insert_rule_in_random_pos() local
258 try_count++; in insert_rule_in_random_pos()
259 } while ((try_count < 10) && (pos > num_route_entries)); in insert_rule_in_random_pos()
H A Dtest_lpm_perf.c285 int try_count = 0; in insert_rule_in_random_pos() local
290 try_count++; in insert_rule_in_random_pos()
291 } while ((try_count < 10) && (pos > num_route_entries)); in insert_rule_in_random_pos()