Home
last modified time | relevance | path

Searched refs:JETSAM_PRIORITY_AUDIO_AND_ACCESSORY (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/
H A Dmemorystatus_is_assertion.c352 int requestedpriority = JETSAM_PRIORITY_AUDIO_AND_ACCESSORY; in memorystatus_assertion_test_do_not_allow_idle_exit()
363 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, active_limit_mb, 0x0, ASSERTION… in memorystatus_assertion_test_do_not_allow_idle_exit()
381 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, inactive_limit_mb, 0xF00D, ASSE… in memorystatus_assertion_test_do_not_allow_idle_exit()
386 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, inactive_limit_mb, 0xFEED, ASSE… in memorystatus_assertion_test_do_not_allow_idle_exit()
391 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, inactive_limit_mb, 0xFACE, ASSE… in memorystatus_assertion_test_do_not_allow_idle_exit()
396 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, inactive_limit_mb, 0xBEEF, ASSE… in memorystatus_assertion_test_do_not_allow_idle_exit()
401 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, active_limit_mb, 0xBEEF, ASSERT… in memorystatus_assertion_test_do_not_allow_idle_exit()
406 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, active_limit_mb, 0xFEED, ASSERT… in memorystatus_assertion_test_do_not_allow_idle_exit()
411 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, active_limit_mb, 0xFACE, ASSERT… in memorystatus_assertion_test_do_not_allow_idle_exit()
416 …(void)check_properties(mypid, JETSAM_PRIORITY_AUDIO_AND_ACCESSORY, active_limit_mb, 0xBEEF, ASSERT… in memorystatus_assertion_test_do_not_allow_idle_exit()
[all …]
/xnu-11215/bsd/sys/
H A Dkern_memorystatus.h63 #define JETSAM_PRIORITY_AUDIO_AND_ACCESSORY 120 macro
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c129 case JETSAM_PRIORITY_AUDIO_AND_ACCESSORY: in memorystatus_priority_band_name()