Searched refs:SLOT_starttime (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 285 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator 339 {"TIME", 8, SLOT_utime}, {"ELAPSED", 11, SLOT_starttime}, 353 {"STIME", 5, SLOT_starttime}, {"F", 1, 64|SLOT_flags}, {"S", -1, 64}, 453 if (which==PS_ELAPSED) ll = (slot[SLOT_uptime]*j)-slot[SLOT_starttime]; in string_field() 505 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks; in string_field() 645 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps() 1520 long long ll = tb->slot[SLOT_starttime]; in match_pgrep()
|