Searched refs:cpufields (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1324 char scratch[16], *pos, *cpufields[] = {"user", "nice", "sys", "idle", in top_common() local 1478 pos += sprintf(pos, "% *lld%%%s", j, (ll+5)/10, cpufields[i]); in top_common()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1467 char scratch[16], *pos, *cpufields[] = {"user", "nice", "sys", "idle", in top_common() local 1625 pos += sprintf(pos, "% *lld%%%s", j, (ll+5)/10, cpufields[i]); in top_common()
|
Completed in 6 milliseconds