Searched refs:SLOT_iobytes (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 254 SLOT_iobytes, /*All I/O bytes*/ SLOT_diobytes, // disk I/O bytes enumerator 378 {"IO", "Data I/O", 6, SLOT_iobytes}, 798 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1421 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas() 1788 return !FLAG(O)||oslot[SLOT_iobytes+!FLAG(A)]; in iotop_filter()
|