Home | History | Annotate | Download | only in posix

Lines Matching full:slot_starttime

285  SLOT_vmlck,    /*locked memory*/         SLOT_starttime, // jiffies after boot
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];
505 time_t t = time(0)-slot[SLOT_uptime]+slot[SLOT_starttime]/TT.ticks;
645 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime];
1520 long long ll = tb->slot[SLOT_starttime];