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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c237 unsigned int kd_mapcount = 0; variable
1030 kd_mapcount = 0;
1132 for (p = allproc.lh_first, kd_mapcount=0, tts_count=0; p; p = p->p_list.le_next) {
1133 kd_mapcount += get_task_numacts((task_t)p->task);
1144 kd_mapcount += kd_mapcount/10;
1147 kd_mapsize = kd_mapcount * sizeof(kd_threadmap);
1199 akrt.maxcount = kd_mapcount;
1245 kd_mapcount = 0;
1526 if (count && (count <= kd_mapcount))
[all...]

Completed in 20 milliseconds