Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c317 SLOT_uptime, /*si.uptime @read time*/ SLOT_vsz, // Virtual mem Size enumerator
482 if (which==PS_ELAPSED) ll = (slot[SLOT_uptime]*j)-slot[SLOT_starttime]; in string_field()
534 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks; in string_field()
715 slot[SLOT_uptime] = TT.si.uptime; in get_ps()
716 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps()