Searched refs:SLOT_diobytes (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 382 {"DIO", "Disk I/O", 6, SLOT_diobytes}, 799 slot[SLOT_diobytes] = slot[SLOT_rbytes]+slot[SLOT_wbytes]+slot[SLOT_swap]; in get_ps() 1421 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|