Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c206 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator
320 {"ELAPSED", "Elapsed time since PID start", 11, SLOT_starttime},
342 {"STIME", "Start time (ISO 8601)", 5, SLOT_starttime},
517 if (which==PS_ELAPSED) ll = (slot[SLOT_uptime]*j)-slot[SLOT_starttime]; in string_field()
577 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks; in string_field()
778 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps()
1709 long long ll = tb->slot[SLOT_starttime]; in match_pgrep()
/third_party/toybox/toys/posix/
H A 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()
620 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks; in string_field()
821 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps()
1867 long long ll = tb->slot[SLOT_starttime]; in match_pgrep()

Completed in 6 milliseconds