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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c216 int kds_inuse_count; member in struct:kd_ctrl_page_t
621 kd_ctrl_page.kds_inuse_count = 0;
695 kd_ctrl_page.kds_inuse_count--;
729 kd_ctrl_page.kds_inuse_count++;
962 if ((kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold)) {
980 if (kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold) {
1171 if ((kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold) ||
1199 if (kds_waiter && kd_ctrl_page.kds_inuse_count >= n_storage_threshold) {
2490 while (wait_result == THREAD_AWAKENED && kd_ctrl_page.kds_inuse_count < n_storage_threshold) {
2575 kd_ctrl_page.kds_inuse_count < n_storage_threshol
[all...]

Completed in 131 milliseconds