timer_rand_state 1193 drivers/char/random.c static struct timer_rand_state input_timer_state = INIT_TIMER_RAND_STATE;
timer_rand_state 1205 drivers/char/random.c static void add_timer_randomness(struct timer_rand_state *state, unsigned num)
timer_rand_state 1972 drivers/char/random.c 	struct timer_rand_state *state;
timer_rand_state 1978 drivers/char/random.c 	state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL);
timer_rand_state  213 include/linux/genhd.h 	struct timer_rand_state *random;