Home
last modified time | relevance | path

Searched refs:rnd_state (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dprandom.h15 struct rnd_state { struct
19 u32 prandom_u32_state(struct rnd_state *state); argument
20 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()
/include/scsi/
Dlibfcoe.h136 struct rnd_state rnd_state; member