Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
kern_entropy.c | 2366 unsigned cpu_nbits; local in function:rndsource_entropybits_cpu 2368 cpu_nbits = atomic_load_relaxed(&rc->rc_entropybits); 2369 *nbitsp += MIN(UINT_MAX - *nbitsp, cpu_nbits); |