Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dprandom.h22 void prandom_seed_full_state(struct rnd_state __percpu *pcpu_state);
24 #define prandom_init_once(pcpu_state) \ argument
25 DO_ONCE(prandom_seed_full_state, (pcpu_state))
/openbmc/linux/lib/
H A Drandom32.c110 void prandom_seed_full_state(struct rnd_state __percpu *pcpu_state) in prandom_seed_full_state() argument
115 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); in prandom_seed_full_state()