Searched refs:kcount (Results 1 – 2 of 2) sorted by relevance
216 int kcount, forcek, sortpos;976 TT.kcount++; in get_ps()996 unsigned pid, kcount; in get_threads() local1011 kcount = TT.kcount; in get_threads()1016 kcount = TT.kcount-kcount+1; in get_threads()1018 tb->slot[SLOT_tcount] = kcount; in get_threads()1025 tb->slot[SLOT_tcount] = kcount; in get_threads()1356 struct procpid **tbsort = collate(TT.kcount, dt); in ps_main()1359 for (i = 0; i<TT.kcount; i++) { in ps_main()1374 if (FLAG(k)) qsort(tbsort, TT.kcount, sizeof(void *), (void *)ksort); in ps_main()[all …]
1227 int kcount, forcek, sortpos; member