Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c1051 boolean_t use_active; /* use the active limit and active limit attributes */ variable
1072 use_active = proc_jetsam_state_is_active_locked(p);
1075 if (use_active == TRUE) {
1093 …rnal(p->task, (p->p_memstat_memlimit > 0) ? p->p_memstat_memlimit: -1, NULL, use_active, is_fatal);
1799 boolean_t use_active = TRUE; in memorystatus_update_inactive_jetsam_priority_band() local
1801 …nal(p->task, (p->p_memstat_memlimit > 0) ? p->p_memstat_memlimit : -1, NULL, use_active, is_fatal); in memorystatus_update_inactive_jetsam_priority_band()
2256 boolean_t use_active; in memorystatus_update_priority_locked() local
2280 use_active = FALSE; in memorystatus_update_priority_locked()
2291 use_active = TRUE; in memorystatus_update_priority_locked()
2299 use_active = FALSE; in memorystatus_update_priority_locked()
[all …]