Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h60 long ru_maxrss; /* max resident set size */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c89 PyStructSequence_SET_ITEM(result, 2, PyInt_FromLong(ru.ru_maxrss)); in resource_getrusage()
Dposixmodule.c5967 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2409 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4377 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()