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

  /src/sys/kern/
kern_entropy.c 247 static bool entropy_collection = 1; variable in typeref:typename:bool
368 NULL, 0, &entropy_collection, 0, CTL_CREATE, CTL_EOL);
2219 if (!atomic_load_relaxed(&entropy_collection) ||
2777 if (!atomic_load_relaxed(&entropy_collection))
kern_entropy.c 247 static bool entropy_collection = 1; variable in typeref:typename:bool
368 NULL, 0, &entropy_collection, 0, CTL_CREATE, CTL_EOL);
2219 if (!atomic_load_relaxed(&entropy_collection) ||
2777 if (!atomic_load_relaxed(&entropy_collection))

Completed in 25 milliseconds