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

  /src/sys/kern/
kern_entropy.c 230 static struct evcnt entropy_consolidate_evcnt = variable in typeref:struct:evcnt
232 EVCNT_ATTACH_STATIC(entropy_consolidate_evcnt);
1214 entropy_consolidate_evcnt.ev_count++;
1376 ticket = entropy_consolidate_evcnt.ev_count;
1379 while (ticket == entropy_consolidate_evcnt.ev_count) {

Completed in 13 milliseconds