Searched refs:timer_rand_state (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c513 struct timer_rand_state { struct
519 static struct timer_rand_state input_timer_state;
520 static struct timer_rand_state *irq_timer_state[NR_IRQS];
524 * delays. It uses the timer_rand_state structure to make an estimate
532 static void add_timer_randomness(struct timer_rand_state *state, unsigned num)
871 struct timer_rand_state *state;
880 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL);
888 struct timer_rand_state *state;
894 state = kzalloc(sizeof(struct timer_rand_state), GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgenhd.h132 struct timer_rand_state *random;

Completed in 95 milliseconds