Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Dother_algorithm.c107 .ra_event_processor = random_other_process_event,
H A Drandomdev.h84 random_alg_eventprocessor_t *ra_event_processor; member
H A Dunit_test.c164 random_alg_context.ra_event_processor(&e); in RunHarvester()
H A Dfortuna.c152 .ra_event_processor = random_fortuna_process_event,
H A Drandomdev.c264 p_random_alg_context->ra_event_processor(&event); in randomdev_accumulate()
H A Drandom_harvestq.c151 p_random_alg_context->ra_event_processor(event); in random_harvestq_fast_process_event()