Searched refs:check_properties (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | memorystatus_is_assertion.c | 245 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, active_limit_mb, 0x0, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 266 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, active_limit_mb, 0xF00D, ASSERTION_ST… in memorystatus_assertion_test_allow_idle_exit() 270 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 275 …(void)check_properties(mypid, JETSAM_PRIORITY_BACKGROUND, active_limit_mb, 0xFACE, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 280 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE_DEFERRED, active_limit_mb, 0xBEEF, ASSERTION_ST… in memorystatus_assertion_test_allow_idle_exit() 285 …(void)check_properties(mypid, JETSAM_PRIORITY_IDLE, inactive_limit_mb, 0xBEEF, ASSERTION_STATE_IS_… in memorystatus_assertion_test_allow_idle_exit() 290 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 296 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 301 …(void)check_properties(mypid, JETSAM_PRIORITY_UI_SUPPORT, active_limit_mb, 0xFEEB, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 306 …(void)check_properties(mypid, JETSAM_PRIORITY_UI_SUPPORT, active_limit_mb, 0xBEEF, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() [all …]
|
| H A D | memorystatus_assertion_helpers.h | 37 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected…
|
| H A D | memorystatus_assertion_helpers.c | 44 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected… in check_properties() function
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | memorystatus_freeze_test.c | 679 …(void)check_properties(child_pid, requestedpriority, inactive_limit_mb, 0x0, ASSERTION_STATE_IS_SE… 683 …(void)check_properties(child_pid, JETSAM_PRIORITY_AGING_BAND2, inactive_limit_mb, 0x0, ASSERTION_S… 693 …(void)check_properties(child_pid, requestedpriority, active_limit_mb, 0x0, ASSERTION_STATE_IS_SET,…
|