Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/ !
H A Dkern_memorystatus_internal.h150 bool bg_approached; /* Has the BG band been approached? */ member
H A Dkern_memorystatus.c4781 if (priority >= JETSAM_PRIORITY_BACKGROUND && !state->bg_approached) { in memstat_do_priority_kill()
4782 state->bg_approached = true; in memstat_do_priority_kill()
4951 state->bg_approached = false; in memorystatus_thread_internal()