Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dmemorystatus_is_assertion.c461 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, getpid(), flag, &mjp, sizeof(…
475 err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES,
H A Dmemorystatus_assertion_helpers.c36 err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, flag, &mjp, sizeof(mjp)); in set_priority()
H A Dmemorystatus_zone_test.c736 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, getpid(), 0, &props, sizeof(pro… in move_to_idle_band()
/xnu-11215.1.10/tests/vm/
H A Dmemorystatus_sort_test.c285 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)… in place_proc_in_band()
H A Dmemorystatus_freeze_test.c275 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)))…
/xnu-11215.1.10/bsd/sys/
H A Dkern_memorystatus.h354 #define MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES 2 macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus.c8011 case MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES: