Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_entropy.c146 struct entpool *ec_pool; member
482 ec->ec_pool = kmem_zalloc(sizeof(*ec->ec_pool), KM_SLEEP); in entropy_init_cpu()
513 explicit_memset(ec->ec_pool, 0, sizeof(*ec->ec_pool)); in entropy_fini_cpu()
519 kmem_free(ec->ec_pool, sizeof(*ec->ec_pool)); in entropy_fini_cpu()
771 entpool_extract(ec->ec_pool, buf, sizeof buf); in entropy_account_cpu()
955 entpool_enter(ec->ec_pool, buf, len); in entropy_enter()
1035 if (!entpool_enter_nostir(ec->ec_pool, buf, len)) { in entropy_enter_intr()
1098 entpool_stir(ec->ec_pool); in entropy_softintr()
1274 entpool_extract(ec->ec_pool, buf, sizeof buf); in entropy_consolidate_xc()
2452 entpool_enter(ec->ec_pool, &extra, sizeof extra); in entropy_reset_xc()