Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c290 SLOT_iobytes, /*All I/O bytes*/ SLOT_diobytes, // disk I/O bytes enumerator
349 {"IO", 6, SLOT_iobytes}, {"DREAD", 6, SLOT_rbytes},
634 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps()
1131 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
1450 return !(toys.optflags&FLAG_o)||oslot[SLOT_iobytes+!(toys.optflags&FLAG_A)]; in iotop_filter()