kern_entropy.c | 146 struct entpool *ec_pool; member in struct:entropy_cpu 482 ec->ec_pool = kmem_zalloc(sizeof(*ec->ec_pool), KM_SLEEP); 513 explicit_memset(ec->ec_pool, 0, sizeof(*ec->ec_pool)); 519 kmem_free(ec->ec_pool, sizeof(*ec->ec_pool)); 771 entpool_extract(ec->ec_pool, buf, sizeof buf); 955 entpool_enter(ec->ec_pool, buf, len); 1035 if (!entpool_enter_nostir(ec->ec_pool, buf, len)) [all...] |