Home
last modified time | relevance | path

Searched refs:timer_rand_state (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c1019 struct timer_rand_state { struct
1026 * delays. It uses the timer_rand_state structure to make an estimate
1031 static void add_timer_randomness(struct timer_rand_state *state, unsigned int num) in add_timer_randomness()
1100 static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES }; in add_input_randomness()
1124 struct timer_rand_state *state; in rand_initialize_disk()
1130 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL); in rand_initialize_disk()
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c1115 struct timer_rand_state { struct
1122 * delays. It uses the timer_rand_state structure to make an estimate
1127 static void add_timer_randomness(struct timer_rand_state *state, unsigned int num) in add_timer_randomness()
1196 static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES }; in add_input_randomness()
1220 struct timer_rand_state *state; in rand_initialize_disk()
1226 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL); in rand_initialize_disk()
/kernel/linux/linux-5.10/include/linux/
H A Dgenhd.h199 struct timer_rand_state *random;
/kernel/linux/linux-6.6/include/linux/
H A Dblkdev.h170 struct timer_rand_state *random;

Completed in 16 milliseconds