Searched refs:prandom_seed_state (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | prandom.h | 40 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state() function
|
| /linux/arch/x86/mm/ |
| H A D | kaslr.c | 139 prandom_seed_state(&rand_state, kaslr_get_random_long("Memory")); in kernel_randomize_memory()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_timeline.c | 303 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 D | test_parman.c | 134 prandom_seed_state(&test_parman->rnd, 3141592653589793238ULL); in test_parman_rnd_init()
|
| H A D | rbtree_test.c | 406 prandom_seed_state(&rnd, seed); in rbtree_test_init()
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 1160 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 D | test-ww_mutex.c | 739 prandom_seed_state(&rng, get_random_u64()); in test_ww_mutex_init()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 773 prandom_seed_state(&state, STRING_BENCH_SEED); in fill_random_string()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 2251 prandom_seed_state(&fip->rnd_state, fip->lp->wwpn); in fcoe_ctlr_vn_start()
|