Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c1050 boolean_t use_active; /* use the active limit and active limit attributes */ variable
1071 use_active = proc_jetsam_state_is_active_locked(p);
1074 if (use_active == TRUE) {
1092 …rnal(p->task, (p->p_memstat_memlimit > 0) ? p->p_memstat_memlimit: -1, NULL, use_active, is_fatal);
1798 boolean_t use_active = TRUE; in memorystatus_update_inactive_jetsam_priority_band() local
1800 …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()
2255 boolean_t use_active; in memorystatus_update_priority_locked() local
2279 use_active = FALSE; in memorystatus_update_priority_locked()
2290 use_active = TRUE; in memorystatus_update_priority_locked()
2298 use_active = FALSE; in memorystatus_update_priority_locked()
[all …]