Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Drandom.c1057 struct timer_rand_state { struct
1069 static void add_timer_randomness(struct timer_rand_state *state, unsigned int num) in add_timer_randomness()
1138 static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES }; in add_input_randomness()
1162 struct timer_rand_state *state; in rand_initialize_disk()
1168 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL); in rand_initialize_disk()
/Linux-v6.1/include/linux/
Dblkdev.h163 struct timer_rand_state *random;