Searched refs:entropy_timer_state (Results 1 – 1 of 1) sorted by relevance
1234 struct entropy_timer_state { struct1254 struct entropy_timer_state *state = container_of(timer, struct entropy_timer_state, timer); in entropy_timer() argument1269 u8 stack_bytes[sizeof(struct entropy_timer_state) + SMP_CACHE_BYTES - 1]; in try_to_generate_entropy()1270 struct entropy_timer_state *stack = PTR_ALIGN((void *)stack_bytes, SMP_CACHE_BYTES); in try_to_generate_entropy()