Searched refs:SLOT_iobytes (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 211 SLOT_iobytes, /*All I/O bytes*/ SLOT_diobytes, // disk I/O bytes enumerator 335 {"IO", "Data I/O", 6, SLOT_iobytes}, 763 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1286 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas() 1635 return !FLAG(O)||oslot[SLOT_iobytes+!FLAG(A)]; in iotop_filter()
|
/third_party/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}, 806 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1429 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas() 1789 return !FLAG(O)||oslot[SLOT_iobytes+!FLAG(A)]; in iotop_filter()
|