Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_random.h37 rte_srand(uint64_t seedval);
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_random.c80 rte_srand(uint64_t seed) in rte_srand() function
210 rte_srand(seed); in RTE_INIT()
/f-stack/dpdk/app/test/
H A Dtest_rand_perf.c81 rte_srand(42); in test_rand_perf()
H A Dtest_fib6_perf.c84 rte_srand(rte_rdtsc()); in test_fib6_perf()
H A Dtest_lpm6_perf.c68 rte_srand(rte_rdtsc()); in test_lpm6_perf()
H A Dtest_reciprocal_division.c35 rte_srand(rte_rdtsc()); in test_reciprocal()
H A Dtest_reciprocal_division_perf.c40 rte_srand(rte_rdtsc()); in test_reciprocal_division_perf()
H A Dtest_hash_multiwriter.c149 rte_srand(rte_rdtsc()); in test_hash_multiwriter()
H A Dtest_fib_perf.c336 rte_srand(rte_rdtsc()); in test_fib_perf()
H A Dtest_lpm_perf.c611 rte_srand(rte_rdtsc()); in test_lpm_perf()
H A Dtest_memzone.c555 rte_srand((unsigned int)rte_rdtsc()); in test_memzone_reserve_max_aligned()
H A Dtest_malloc.c684 rte_srand((unsigned)rte_rdtsc()); in test_random_alloc_free()
/f-stack/dpdk/lib/librte_eal/
H A Dversion.map190 rte_srand;