HomeSort by relevance Sort by last modified time
    Searched full:slot_starttime (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/posix/
ps.c 317 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot
404 {"TIME", 8, SLOT_utime}, {"ELAPSED", 11, SLOT_starttime},
418 {"STIME", 5, SLOT_starttime}, {"F", 1, 64|SLOT_flags}, {"S", -1, 64},
524 if (which==PS_ELAPSED) ll = (slot[SLOT_uptime]*j)-slot[SLOT_starttime];
576 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks;
762 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime];
    [all...]

Completed in 401 milliseconds