Home
last modified time | relevance | path

Searched refs:kcount (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dps.c216 int kcount, forcek, sortpos;
976 TT.kcount++; in get_ps()
996 unsigned pid, kcount; in get_threads() local
1011 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 …]
/external/toybox/generated/
Dglobals.h1227 int kcount, forcek, sortpos; member