Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dprandom.h30 static inline u32 __seed(u32 x, u32 m) in __seed() function
44 state->s1 = __seed(i, 2U); in prandom_seed_state()
45 state->s2 = __seed(i, 8U); in prandom_seed_state()
46 state->s3 = __seed(i, 16U); in prandom_seed_state()
47 state->s4 = __seed(i, 128U); in prandom_seed_state()