HomeSort by: relevance | last modified time | path
    Searched defs:ec_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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...]
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...]

Completed in 21 milliseconds