Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c302 SLOT_rbytes, /*Disk bytes read*/ SLOT_wbytes, // Disk bytes written enumerator
349 {"IO", 6, SLOT_iobytes}, {"DREAD", 6, SLOT_rbytes},
632 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s); in get_ps()
635 slot[SLOT_diobytes] = slot[SLOT_rbytes]+slot[SLOT_wbytes]+slot[SLOT_swap]; in get_ps()
1132 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()