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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c178 int kds_inuse_count; member in struct:kd_ctrl_page_t
186 } kd_ctrl_page = {.kds_free_list = {.raw = KDS_PTR_NULL}, .enabled = 0, .kds_inuse_count = 0, .kdebug_flags = 0, .kdebug_slowcheck = SLOW_NOLOG};
516 kd_ctrl_page.kds_inuse_count = 0;
594 kd_ctrl_page.kds_inuse_count--;
628 kd_ctrl_page.kds_inuse_count++;
878 if ((kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold) ||
906 if (kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold) {
2018 while (wait_result == THREAD_AWAKENED && kd_ctrl_page.kds_inuse_count < n_storage_threshold) {

Completed in 20 milliseconds