Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c555 u_int ring_in; in random_harvest_queue_() local
559 ring_in = (harvest_context.hc_entropy_ring.in + 1)%RANDOM_RING_MAX; in random_harvest_queue_()
560 if (ring_in != harvest_context.hc_entropy_ring.out) { in random_harvest_queue_()
562 event = harvest_context.hc_entropy_ring.ring + ring_in; in random_harvest_queue_()
575 harvest_context.hc_entropy_ring.in = ring_in; in random_harvest_queue_()