Lines Matching defs:seed
132 u32 seed;
142 u32 seed;
259 static void prandom_seed_early(struct rnd_state *state, u32 seed,
264 state->s1 = __seed(HWSEED() ^ LCG(seed), 2U);
278 prandom_seed_early(&state, test1[i].seed, false);
286 pr_warn("prandom: seed boundary self test failed\n");
288 pr_info("prandom: seed boundary self test passed\n");
293 prandom_seed_early(&state, test2[i].seed, false);
427 * Add some additional seed material to the prandom pool.
553 * long enough to seed all CPUs, just schedule an immediate timer event.