Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c206 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator
572 if (slot[SLOT_vmlck]) *s++ = 'L'; in string_field()
749 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s)*1024; in get_ps()
/third_party/toybox/toys/posix/
Dps.c249 SLOT_vmlck, /*locked memory*/ SLOT_starttime, // jiffies after boot enumerator
615 if (slot[SLOT_vmlck]) *s++ = 'L'; in string_field()
792 if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s)*1024; in get_ps()