Searched refs:kcount (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/toys/posix/ |
D | ps.c | 216 int kcount, forcek, sortpos; 984 TT.kcount++; in get_ps() 1004 unsigned pid, kcount; in get_threads() local 1019 kcount = TT.kcount; in get_threads() 1024 kcount = TT.kcount-kcount+1; in get_threads() 1026 tb->slot[SLOT_tcount] = kcount; in get_threads() 1033 tb->slot[SLOT_tcount] = kcount; in get_threads() 1364 struct procpid **tbsort = collate(TT.kcount, dt); in ps_main() 1367 for (i = 0; i<TT.kcount; i++) { in ps_main() 1382 if (FLAG(k)) qsort(tbsort, TT.kcount, sizeof(void *), (void *)ksort); in ps_main() [all …]
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 173 int kcount, forcek, sortpos; 941 TT.kcount++; in get_ps() 961 unsigned pid, kcount; in get_threads() local 976 kcount = TT.kcount; in get_threads() 981 kcount = TT.kcount-kcount+1; in get_threads() 983 tb->slot[SLOT_tcount] = kcount; in get_threads() 990 tb->slot[SLOT_tcount] = kcount; in get_threads() 1354 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common() 1355 TT.kcount = 0; in top_common()
|
/third_party/toybox/generated/ |
D | globals.h | 1332 int kcount, forcek, sortpos; member
|