Home
last modified time | relevance | path

Searched refs:check_properties (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tests/
H A Dmemorystatus_is_assertion.c267 …(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 Dmemorystatus_assertion_helpers.h37 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected…
H A Dmemorystatus_assertion_helpers.c44 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 Dmemorystatus_freeze_test.c647 …(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…