Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c3669 boolean_t is_idle_priority; in memorystatus_post_snapshot() local
3672 is_idle_priority = (priority == JETSAM_PRIORITY_IDLE); in memorystatus_post_snapshot()
3674is_idle_priority = (priority == JETSAM_PRIORITY_IDLE || priority == JETSAM_PRIORITY_IDLE_DEFERRED); in memorystatus_post_snapshot()
3684 return !is_idle_priority || memorystatus_idle_snapshot; in memorystatus_post_snapshot()
3697 return !is_idle_priority || memorystatus_idle_snapshot || snapshot_eligible_kill_cause; in memorystatus_post_snapshot()