Home
last modified time | relevance | path

Searched refs:SLOT_upticks (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/posix/
Dps.c263 SLOT_upticks, /*uptime-starttime*/ SLOT_argv0len, // argv[0] length enumerator
583 else if (slot[SLOT_upticks]) ll /= slot[SLOT_upticks]; in string_field()
748 for (j = SLOT_ppid; j<SLOT_upticks; j++) in get_ps()
813 slot[SLOT_upticks] = slot[SLOT_uptime]*TT.ticks - slot[SLOT_starttime]; in get_ps()
1427 oslot[SLOT_upticks] = (milis*TT.ticks)/1000; in merge_deltas()
1611 if (mix.count) up = mix.tb[0]->slot[SLOT_upticks]; in top_common()
1786 else oslot[SLOT_upticks] = ((millitime()-TT.time)*TT.ticks)/1000; in iotop_filter()