Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c245 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},
769 slot[SLOT_utime] += slot[SLOT_stime]; in get_ps()
770 slot[SLOT_utime2] = slot[SLOT_utime]; in get_ps()