Searched refs:SLOT_rchar (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 223 SLOT_pcy, /*Android sched pol*/ SLOT_rchar, // All bytes read enumerator 333 {"READ", "Data read", 6, SLOT_rchar}, 759 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps() 763 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1286 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 266 SLOT_pcy, /*Android sched pol*/ SLOT_rchar, // All bytes read enumerator 376 {"READ", "Data read", 6, SLOT_rchar}, 802 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps() 806 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1429 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|
Completed in 6 milliseconds