Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c225 SLOT_wbytes, /*Disk bytes written*/ SLOT_swap, // Swap pages used enumerator
337 {"DWRITE", "Data written to disk", 6, SLOT_wbytes},
762 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s); in get_ps()
764 slot[SLOT_diobytes] = slot[SLOT_rbytes]+slot[SLOT_wbytes]+slot[SLOT_swap]; in get_ps()
1287 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()
/third_party/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},
805 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s); in get_ps()
807 slot[SLOT_diobytes] = slot[SLOT_rbytes]+slot[SLOT_wbytes]+slot[SLOT_swap]; in get_ps()
1430 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()