OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slot_starttime
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/posix/
ps.c
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
];
[
all
...]
Completed in 834 milliseconds