Home
last modified time | relevance | path

Searched refs:entropy_timer_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/char/
Drandom.c1234 struct entropy_timer_state { struct
1254 struct entropy_timer_state *state = container_of(timer, struct entropy_timer_state, timer); in entropy_timer() argument
1269 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()