Searched refs:prandom_seed_state (Results 1 – 10 of 10) 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/xe/tests/ |
| H A D | xe_bo.c | 459 prandom_seed_state(&prng, rand_seed); in shrink_test_run_device() 559 prandom_seed_state(&prng, rand_seed); in shrink_test_run_device()
|
| /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/crc/tests/ |
| H A D | crc_kunit.c | 102 prandom_seed_state(&rng, CRC_KUNIT_SEED); in crc_suite_init()
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 1118 prandom_seed_state(&q->prng.prng_state, q->prng.seed); in netem_change()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 306 prandom_seed_state(&prng, dev->tv_freq ^ 0x55); in vivid_update_quality()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 2252 prandom_seed_state(&fip->rnd_state, fip->lp->wwpn); in fcoe_ctlr_vn_start()
|
| /linux/crypto/ |
| H A D | testmgr.c | 881 prandom_seed_state(rng, get_random_u64()); in init_rnd_state()
|
| /linux/lib/ |
| H A D | test_bpf.c | 140 prandom_seed_state(&rnd, 3141592653589793238ULL); in bpf_fill_maxinsns3()
|