Searched refs:SLOT_swap (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 225 SLOT_wbytes, /*Disk bytes written*/ SLOT_swap, // Swap pages used enumerator 338 {"SWAP", "Swap I/O", 6, SLOT_swap}, 750 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s)*1024; in get_ps() 763 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; 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/ |
D | ps.c | 268 SLOT_wbytes, /*Disk bytes written*/ SLOT_swap, // Swap pages used enumerator 381 {"SWAP", "Swap I/O", 6, SLOT_swap}, 793 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s)*1024; in get_ps() 806 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; 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()
|