Searched refs:SLOT_rchar (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 266 SLOT_pcy, /*Android sched pol*/ SLOT_rchar, // All bytes read enumerator 376 {"READ", "Data read", 6, SLOT_rchar}, 794 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps() 798 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1421 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()
|