Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dprandom.h40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() function
/linux/arch/x86/mm/
H A Dkaslr.c139 prandom_seed_state(&rand_state, kaslr_get_random_long("Memory")); in kernel_randomize_memory()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c303 prandom_seed_state(&prng, i915_selftest.random_seed); in bench_sync()
321 prandom_seed_state(&prng, i915_selftest.random_seed); in bench_sync()
337 prandom_seed_state(&prng, i915_selftest.random_seed); in bench_sync()
390 prandom_seed_state(&prng, i915_selftest.random_seed); in bench_sync()
/linux/lib/
H A Dtest_parman.c134 prandom_seed_state(&test_parman->rnd, 3141592653589793238ULL); in test_parman_rnd_init()
H A Drbtree_test.c406 prandom_seed_state(&rnd, seed); in rbtree_test_init()
/linux/net/sched/
H A Dsch_netem.c1160 prandom_seed_state(&q->prng.prng_state, q->prng.seed); in netem_destroy()
1184 prandom_seed_state(&q->prng.prng_state, q->prng.seed); in dump_loss_model()
/linux/kernel/locking/
H A Dtest-ww_mutex.c739 prandom_seed_state(&rng, get_random_u64()); in test_ww_mutex_init()
/linux/lib/tests/
H A Dstring_kunit.c773 prandom_seed_state(&state, STRING_BENCH_SEED); in fill_random_string()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2251 prandom_seed_state(&fip->rnd_state, fip->lp->wwpn); in fcoe_ctlr_vn_start()