Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c181 u_int maxloop, ring_out, i; in random_kthread() local
192 ring_out = (harvest_context.hc_entropy_ring.out + 1)%RANDOM_RING_MAX; in random_kthread()
193 random_harvestq_fast_process_event(harvest_context.hc_entropy_ring.ring + ring_out); in random_kthread()
194 harvest_context.hc_entropy_ring.out = ring_out; in random_kthread()