timer_rand_state
static void add_timer_randomness(struct timer_rand_state *state, unsigned int num)
static struct timer_rand_state input_timer_state = { INITIAL_JIFFIES };
struct timer_rand_state *state;
state = kzalloc_obj(struct timer_rand_state);
struct timer_rand_state *random;