Searched refs:SLOT_utime2 (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 212 SLOT_utime2, /*relative utime (top)*/ SLOT_uid, // user id enumerator 324 {"C", "Total %CPU used since start", 1, SLOT_utime2}, 327 {"%CPU", "Percentage of CPU time used", 4, SLOT_utime2}, 735 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps() 1286 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 255 SLOT_utime2, /*relative utime (top)*/ SLOT_uid, // user id enumerator 367 {"C", "Total %CPU used since start", 1, SLOT_utime2}, 370 {"%CPU", "Percentage of CPU time used", 4, SLOT_utime2}, 778 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps() 1429 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|
Completed in 6 milliseconds