Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dmemorystatus_kill_counts.c49 …error = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, child, 0, &prop, sizeof(pro… in spawn_and_jetsam()
H A Dmemorystatus_sort_test.c289 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)… in place_proc_in_band()
H A Dmemorystatus_freeze_test.c307 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)))…
/xnu-11417.121.6/tests/
H A Dmemorystatus_is_assertion.c463 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, getpid(), flag, &mjp, sizeof(…
477 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-11417.121.6/bsd/sys/
H A Dkern_memorystatus.h339 #define MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES 2 macro
/xnu-11417.121.6/bsd/kern/
H A Dkern_memorystatus.c9052 case MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES: