Home
last modified time | relevance | path

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

/include/linux/
Drandom.h39 static inline u32 __seed(u32 x, u32 m) in __seed() function
53 state->s1 = __seed(i, 1); in prandom_seed_state()
54 state->s2 = __seed(i, 7); in prandom_seed_state()
55 state->s3 = __seed(i, 15); in prandom_seed_state()