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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c522 struct timer_rand_state { struct
530 static struct timer_rand_state *irq_timer_state[NR_IRQS];
532 static struct timer_rand_state *get_timer_rand_state(unsigned int irq)
538 struct timer_rand_state *state)
545 static struct timer_rand_state *get_timer_rand_state(unsigned int irq)
551 return desc->timer_rand_state;
555 struct timer_rand_state *state)
561 desc->timer_rand_state = state;
565 static struct timer_rand_state input_timer_state;
569 * delays. It uses the timer_rand_state structur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dirq.h145 struct timer_rand_state;
150 * @timer_rand_state: pointer to timer rand state struct
177 struct timer_rand_state *timer_rand_state; member in struct:irq_desc
H A Dgenhd.h163 struct timer_rand_state *random;

Completed in 63 milliseconds