Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dkern_memorystatus.h373 #define MEMORYSTATUS_CMD_SET_TESTING_PID 23 /* Used by unit tests in the development kernel only. */ macro
/xnu-10002.61.3/tests/vm/
H A Dmemorystatus_freeze_test.c786 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_TESTING_PID, 0, MEMORYSTATUS_FLAGS_UNSET_TESTING_P…
794 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_TESTING_PID, 0, MEMORYSTATUS_FLAGS_SET_TESTING_PID…
/xnu-10002.61.3/bsd/kern/
H A Dkern_memorystatus.c8183 case MEMORYSTATUS_CMD_SET_TESTING_PID: