Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_random.c26 static struct rte_rand_state rand_states[RTE_MAX_LCORE]; variable
86 __rte_srand_lfsr258(seed + lcore_id, &rand_states[lcore_id]); in rte_srand()
127 return &rand_states[lcore_id]; in __rte_rand_get_state()