Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c267 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator
379 {"DREAD", "Data read from disk", 6, SLOT_rbytes},
796 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s); in get_ps()
799 slot[SLOT_diobytes] = slot[SLOT_rbytes]+slot[SLOT_wbytes]+slot[SLOT_swap]; in get_ps()
1422 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()