Searched refs:SLOT_rbytes (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 224 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator 336 {"DREAD", "Data read from disk", 6, SLOT_rbytes}, 761 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = 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/ |
H A D | ps.c | 267 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator 379 {"DREAD", "Data read from disk", 6, SLOT_rbytes}, 804 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = 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()
|
Completed in 6 milliseconds