Searched refs:check_properties (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/tests/ |
| H A D | memorystatus_is_assertion.c | 267 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 272 …(void)check_properties(mypid, JETSAM_PRIORITY_BACKGROUND, active_limit_mb, 0xFACE, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 287 …(void)check_properties(mypid, JETSAM_PRIORITY_FOREGROUND, active_limit_mb, 0xFEED, ASSERTION_STATE… in memorystatus_assertion_test_allow_idle_exit() 421 …(void)check_properties(mypid, JETSAM_PRIORITY_CRITICAL, active_limit_mb, 0xFEED, ASSERTION_STATE_I… in memorystatus_assertion_test_do_not_allow_idle_exit() 585 check_properties(pid, JETSAM_PRIORITY_IDLE_DEFERRED, memlimit_active, 0x0, 591 check_properties(pid, JETSAM_PRIORITY_IDLE, memlimit_inactive, 0x0, false, 596 check_properties(pid, JETSAM_PRIORITY_UI_SUPPORT, memlimit_active, 0x0, 601 check_properties(pid, JETSAM_PRIORITY_IDLE_DEFERRED, memlimit_active, 0x0, 607 check_properties(pid, JETSAM_PRIORITY_IDLE, memlimit_inactive, 0x0, false, 612 check_properties(pid, JETSAM_PRIORITY_UI_SUPPORT, memlimit_active, 0x0, [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-11215/tests/vm/ |
| H A D | memorystatus_freeze_test.c | 647 …(void)check_properties(child_pid, requestedpriority, inactive_limit_mb, 0x0, ASSERTION_STATE_IS_SE… 651 …(void)check_properties(child_pid, JETSAM_PRIORITY_AGING_BAND2, inactive_limit_mb, 0x0, ASSERTION_S… 661 …(void)check_properties(child_pid, requestedpriority, inactive_limit_mb, 0x0, ASSERTION_STATE_IS_SE…
|