Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c249 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator
363 {"ELAPSED", "Elapsed time since PID start", 11, SLOT_starttime},
385 {"STIME", "Start time (ISO 8601)", 5, SLOT_starttime},
560 if (which==PS_ELAPSED) ll = (slot[SLOT_uptime]*j)-slot[SLOT_starttime]; in string_field()
612 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks; in string_field()
813 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps()
1862 long long ll = tb->slot[SLOT_starttime]; in match_pgrep()