Searched refs:JETSAM_PRIORITY_BACKGROUND (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | memorystatus_is_assertion.c | 271 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 D | kern_memorystatus.h | 51 #define JETSAM_PRIORITY_BACKGROUND 30 macro
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus.md | 85 | 30 | `JETSAM_PRIORITY_BACKGROUND` | Docked apps on iOS. Some active daemons on other platforms. |
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_memorystatus_freeze.c | 417 …rystatus_freeze_jetsam_band, &memorystatus_freeze_jetsam_band, JETSAM_PRIORITY_BACKGROUND, JETSAM_…
|
| H A D | kern_memorystatus.c | 4158 } 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()
|