Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c249 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator
607 if (slot[SLOT_vmlck]) *s++ = 'L'; in string_field()
784 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s); in get_ps()