Searched refs:rnd_state (Results 1 – 2 of 2) sorted by relevance
15 struct rnd_state { struct19 u32 prandom_u32_state(struct rnd_state *state); argument20 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);21 void prandom_seed_full_state(struct rnd_state __percpu *pcpu_state);45 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
136 struct rnd_state rnd_state; member