Searched refs:MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | memorystatus_is_assertion.c | 461 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, getpid(), flag, &mjp, sizeof(… 475 err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES,
|
| H A D | memorystatus_assertion_helpers.c | 36 err = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, flag, &mjp, sizeof(mjp)); in set_priority()
|
| H A D | memorystatus_zone_test.c | 736 …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 D | memorystatus_sort_test.c | 285 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)… in place_proc_in_band()
|
| H A D | memorystatus_freeze_test.c | 275 …if (memorystatus_control(MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES, pid, 0, &props, sizeof(props)))…
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kern_memorystatus.h | 354 #define MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES 2 macro
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_memorystatus.c | 8011 case MEMORYSTATUS_CMD_SET_PRIORITY_PROPERTIES:
|