Home | History | Annotate | Download | only in posix

Lines Matching full:slot_starttime

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];
1757 long long ll = tb->slot[SLOT_starttime];