Home
last modified time | relevance | path

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

/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))