taglinefilesource code
blkdev_timer_state231drivers/char/random.cstatic struct timer_rand_state *blkdev_timer_state[MAX_BLKDEV];
blkdev_timer_state256drivers/char/random.cmemset(blkdev_timer_state, 0, sizeof(blkdev_timer_state));
blkdev_timer_state283drivers/char/random.cif (major >= MAX_BLKDEV || blkdev_timer_state[major])
blkdev_timer_state292drivers/char/random.cblkdev_timer_state[major] = state;
blkdev_timer_state443drivers/char/random.cif (blkdev_timer_state[major] == 0) {
blkdev_timer_state445drivers/char/random.cif (blkdev_timer_state[major] == 0)
blkdev_timer_state449drivers/char/random.cadd_timer_randomness(&random_state, blkdev_timer_state[major],