Home
last modified time | relevance | path

Searched refs:JETSAM_PRIORITY_BACKGROUND (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/
H A Dmemorystatus_is_assertion.c271 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFACE); 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()
297 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFEEB); /* active priority is > BG */ in memorystatus_assertion_test_allow_idle_exit()
323 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFACE); in memorystatus_assertion_test_allow_idle_exit()
390 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFACE); in memorystatus_assertion_test_do_not_allow_idle_exit()
410 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFACE); in memorystatus_assertion_test_do_not_allow_idle_exit()
431 set_assertion_priority(mypid, JETSAM_PRIORITY_BACKGROUND, 0xFACE); in memorystatus_assertion_test_do_not_allow_idle_exit()
/xnu-11215/bsd/sys/
H A Dkern_memorystatus.h51 #define JETSAM_PRIORITY_BACKGROUND 30 macro
/xnu-11215/doc/vm/
H A Dmemorystatus.md85 | 30 | `JETSAM_PRIORITY_BACKGROUND` | Docked apps on iOS. Some active daemons on other platforms. |
/xnu-11215/bsd/kern/
H A Dkern_memorystatus_freeze.c417 …rystatus_freeze_jetsam_band, &memorystatus_freeze_jetsam_band, JETSAM_PRIORITY_BACKGROUND, JETSAM_…
H A Dkern_memorystatus.c4158 } else if (priority >= JETSAM_PRIORITY_BACKGROUND) { in memorystatus_do_priority_kill()
4200 killed = memorystatus_do_priority_kill(state, kill_cause, JETSAM_PRIORITY_BACKGROUND - 1, true); in memorystatus_do_action()