Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_random.c77 rte_srand(uint64_t seed) in rte_srand() function
207 rte_srand(seed); in RTE_INIT()
/dpdk/lib/eal/include/
H A Drte_random.h37 rte_srand(uint64_t seedval);
/dpdk/app/test/
H A Dtest_rand_perf.c81 rte_srand(42); in test_rand_perf()
H A Dtest_fib6_perf.c97 rte_srand(rte_rdtsc()); in test_fib6_perf()
H A Dtest_lpm6_perf.c79 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.c348 rte_srand(rte_rdtsc()); in test_fib_perf()
H A Dtest_lpm_perf.c621 rte_srand(rte_rdtsc()); in test_lpm_perf()
H A Dtest_memzone.c576 rte_srand((unsigned int)rte_rdtsc()); in test_memzone_reserve_max_aligned()
H A Dtest_malloc.c695 rte_srand((unsigned)rte_rdtsc()); in test_random_alloc_free()
/dpdk/lib/eal/
H A Dversion.map257 rte_srand;
/dpdk/app/test-flow-perf/
H A Dmain.c2150 rte_srand(rand_seed); in main()