entropy_timer_state
struct entropy_timer_state *state = container_of(timer, struct entropy_timer_state, timer);
u8 stack_bytes[sizeof(struct entropy_timer_state) + SMP_CACHE_BYTES - 1];
struct entropy_timer_state *stack = PTR_ALIGN((void *)stack_bytes, SMP_CACHE_BYTES);