Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkern_memorystatus_internal.h312 _memstat_proc_can_idle_exit(proc_t p) in _memstat_proc_can_idle_exit() function
H A Dkern_memorystatus.c3115 (_memstat_proc_is_dirty(p) || !_memstat_proc_can_idle_exit(p))) { in memorystatus_set_priority()
3484 _memstat_proc_is_tracked(p), _memstat_proc_can_idle_exit(p), defer_now, in memorystatus_dirty_track()
3488 _memstat_proc_can_idle_exit(p)) { in memorystatus_dirty_track()
3579 if (_memstat_proc_can_idle_exit(p)) { in memorystatus_dirty_set()
3694 if (_memstat_proc_can_idle_exit(p)) { in memorystatus_dirty_get()
3870 if (_memstat_proc_can_idle_exit(p)) { in _memstat_build_state()
3921 if ((_memstat_proc_can_idle_exit(p) && !_memstat_proc_is_dirty(p)) || in memstat_kill_idle_process()
5060 } else if (_memstat_proc_can_idle_exit(p) && in memstat_proc_is_active_locked()
6495 !((_memstat_proc_can_idle_exit(p) && !_memstat_proc_is_dirty(p)) || in memorystatus_kill_top_process()
9451 if ((_memstat_proc_can_idle_exit(p) && !_memstat_proc_is_dirty(p)) ||