Searched refs:kd_entropy_count (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c108 unsigned int kd_entropy_count = 0; variable
767 if (kd_entropy_indx < kd_entropy_count) {
771 if (kd_entropy_indx == kd_entropy_count) {
879 (kde_waiter && kd_entropy_indx >= kd_entropy_count)) {
910 if (kde_waiter && kd_entropy_indx >= kd_entropy_count) {
1628 kd_entropy_count = avail/sizeof(uint64_t);
1630 if (kd_entropy_count > MAX_ENTROPY_COUNT || kd_entropy_count == 0) {
1636 kd_entropy_bufsize = kd_entropy_count * sizeof(uint64_t);
1645 kd_entropy_count
[all...]

Completed in 66 milliseconds