Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c314 int system_procs_aging_band = JETSAM_PRIORITY_AGING_BAND1; variable
317 …Bands(p) ((isSysProc(p) && system_procs_aging_band && (p->p_memstat_effectivepriority == sy…
435 old_system_procs_aging_band = system_procs_aging_band;
507 system_procs_aging_band = new_system_procs_aging_band;
1489 system_procs_aging_band = JETSAM_PRIORITY_IDLE; in memorystatus_init()
1499 system_procs_aging_band = JETSAM_PRIORITY_AGING_BAND1; in memorystatus_init()
1504 system_procs_aging_band = JETSAM_PRIORITY_AGING_BAND1; in memorystatus_init()
1509 system_procs_aging_band = JETSAM_PRIORITY_AGING_BAND2; in memorystatus_init()
1523 assert(JETSAM_PRIORITY_ELEVATED_INACTIVE > system_procs_aging_band); in memorystatus_init()
1855 if (demote_prio_band != system_procs_aging_band && demote_prio_band != applications_aging_band) { in memorystatus_perform_idle_demotion()
[all …]