Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c301 SLOT_rchar, /*All bytes read*/ SLOT_wchar, // All bytes written enumerator
348 {"SHR", 4, SLOT_shr}, {"READ", 6, SLOT_rchar}, {"WRITE", 6, SLOT_wchar},
630 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s); in get_ps()
634 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps()
1131 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, in merge_deltas()