Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c268 SLOT_wbytes, /*Disk bytes written*/ SLOT_swap, // Swap pages used enumerator
380 {"DWRITE", "Data written to disk", 6, SLOT_wbytes},
797 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = 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()