Searched refs:SLOT_utime (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 281 SLOT_cmajflt, /*major faults+child*/ SLOT_utime, // user+kernel jiffies enumerator 339 {"TIME", 8, SLOT_utime}, {"ELAPSED", 11, SLOT_starttime}, 340 {"TIME+", 9, SLOT_utime}, 604 slot[SLOT_utime] += slot[SLOT_stime]; in get_ps() 605 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps()
|