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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c1115 int tts_count; /* number of task-to-string structures */ local
1132 for (p = allproc.lh_first, kd_mapcount=0, tts_count=0; p; p = p->p_list.le_next) {
1134 tts_count++;
1145 tts_count += tts_count/10;
1155 tts_mapsize = tts_count * sizeof(struct tts);
1174 for (p = allproc.lh_first, i=0; p && i < tts_count; p = p->p_list.le_next) {
1186 tts_count = i;
1201 for (i = 0; i < tts_count; i++) {

Completed in 86 milliseconds