Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c1459 char scratch[16], *pos, *cpufields[] = {"user", "nice", "sys", "idle", in top_common() local
1620 pos += sprintf(pos, "% *lld%%%s", j, (ll+5)/10, cpufields[i]); in top_common()