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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c109 unsigned int kd_entropy_indx = 0; variable
767 if (kd_entropy_indx < kd_entropy_count) {
768 kd_entropy_buffer[kd_entropy_indx] = now;
769 kd_entropy_indx++;
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) {
1649 kd_entropy_indx = 0;
1668 while (wait_result == THREAD_AWAKENED && kd_entropy_indx < kd_entropy_count) {
1694 KERNEL_DEBUG_CONSTANT(0xbbbbf000 | DBG_FUNC_END, ms_timeout, kd_entropy_indx,
[all...]

Completed in 16 milliseconds