Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/
Drnd.c150 struct timeout rnd_timeout = TIMEOUT_INITIALIZER(dequeue_randomness, NULL); variable
198 } else if (!timeout_pending(&rnd_timeout) && in enqueue_randomness()
201 timeout_add_msec(&rnd_timeout, rnd_slowextract * 10); in enqueue_randomness()