Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus.h664 …date_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t skip_demotion_check);
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c2140 …pdate_priority_locked(proc_t p, int priority, boolean_t head_insert, boolean_t skip_demotion_check) in memorystatus_update_priority_locked() argument
2158 if (skip_demotion_check == FALSE) { in memorystatus_update_priority_locked()
2229skip_demotion_check == FALSE && /* and it isn't via the path that will set the INACTIVE memlim… in memorystatus_update_priority_locked()
2278 if (skip_demotion_check == TRUE && priority == JETSAM_PRIORITY_IDLE) { in memorystatus_update_priority_locked()