Searched refs:SLOT_utime (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 202 SLOT_cmajflt, /*major faults+child*/ SLOT_utime, // user+kernel jiffies enumerator 319 {"TIME", "CPU time consumed", 8, SLOT_utime}, 321 {"TIME+", "CPU time (high precision)", 9, SLOT_utime}, 734 slot[SLOT_utime] += slot[SLOT_stime]; in get_ps() 735 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 245 SLOT_cmajflt, /*major faults+child*/ SLOT_utime, // user+kernel jiffies enumerator 362 {"TIME", "CPU time consumed", 8, SLOT_utime}, 364 {"TIME+", "CPU time (high precision)", 9, SLOT_utime}, 777 slot[SLOT_utime] += slot[SLOT_stime]; in get_ps() 778 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps()
|
Completed in 6 milliseconds