Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c1139 struct timer_rand_state { struct
1146 * delays. It uses the timer_rand_state structure to make an estimate argument
1151 static void add_timer_randomness(struct timer_rand_state *state, unsigned int num) in add_timer_randomness()
1220 static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES }; in add_input_randomness()
1244 struct timer_rand_state *state; in rand_initialize_disk()
1250 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL); in rand_initialize_disk()
/linux/include/linux/
H A Dblkdev.h184 struct timer_rand_state *random;