Home
last modified time | relevance | path

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

/dpdk/lib/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()
/dpdk/app/test/
H A Dtest_fib_perf.c264 int try_count = 0; in insert_rule_in_random_pos() local
269 try_count++; in insert_rule_in_random_pos()
270 } while ((try_count < 10) && (pos > num_route_entries)); in insert_rule_in_random_pos()
H A Dtest_lpm_perf.c295 int try_count = 0; in insert_rule_in_random_pos() local
300 try_count++; in insert_rule_in_random_pos()
301 } while ((try_count < 10) && (pos > num_route_entries)); in insert_rule_in_random_pos()