Lines Matching refs:FALSE
141 return FALSE; in is_reason_thrashing()
152 return FALSE; in is_reason_zone_map_exhaustion()
206 is_fatal = FALSE; \
218 is_fatal = FALSE; \
605 …boolean_t memlimit_active_is_fatal = FALSE, memlimit_inactive_is_fatal = FALSE, use_active_limit =… in memorystatus_raise_memlimit()
787 static boolean_t memorystatus_jld_enabled = FALSE; /* Enable jetsam loop detection */
807 boolean_t memorystatus_aggressive_jetsam_lenient_allowed = FALSE;
808 boolean_t memorystatus_aggressive_jetsam_lenient = FALSE;
955 boolean_t traverse_all_buckets = FALSE; in memorystatus_debug_dump_bucket_locked()
961 traverse_all_buckets = FALSE; in memorystatus_debug_dump_bucket_locked()
1549 memorystatus_update_levels_locked(FALSE); in memorystatus_init()
1622 jetsam_threads[i].inited = FALSE; in memorystatus_init()
1651 …error = exit_with_reason(p, W_EXITCODE(0, SIGKILL), (int *)NULL, FALSE, FALSE, jetsam_flags, jetsa… in jetsam_do_kill()
1764 boolean_t enable = FALSE; in memorystatus_update_inactive_jetsam_priority_band()
1770 enable = FALSE; in memorystatus_update_inactive_jetsam_priority_band()
1802 memorystatus_update_priority_locked(p, jetsam_prio, FALSE, FALSE); in memorystatus_update_inactive_jetsam_priority_band()
1806 memorystatus_update_priority_locked(p, JETSAM_PRIORITY_IDLE, FALSE, TRUE); in memorystatus_update_inactive_jetsam_priority_band()
1815 memorystatus_update_priority_locked(p, JETSAM_PRIORITY_IDLE, FALSE, TRUE); in memorystatus_update_inactive_jetsam_priority_band()
1819 memorystatus_update_priority_locked(p, JETSAM_PRIORITY_IDLE, FALSE, TRUE); in memorystatus_update_inactive_jetsam_priority_band()
1904 boolean_t present_in_sysprocs_aging_bucket = FALSE; in memorystatus_schedule_idle_demotion_locked()
1905 boolean_t present_in_apps_aging_bucket = FALSE; in memorystatus_schedule_idle_demotion_locked()
1950 if (isSysProc(p) && present_in_sysprocs_aging_bucket == FALSE) { in memorystatus_schedule_idle_demotion_locked()
1952 } else if (isApp(p) && present_in_apps_aging_bucket == FALSE) { in memorystatus_schedule_idle_demotion_locked()
1960 boolean_t present_in_sysprocs_aging_bucket = FALSE; in memorystatus_invalidate_idle_demotion_locked()
1961 boolean_t present_in_apps_aging_bucket = FALSE; in memorystatus_invalidate_idle_demotion_locked()
2157 if (skip_demotion_check == FALSE) { in memorystatus_update_priority_locked()
2228 …skip_demotion_check == FALSE && /* and it isn't via the path that will set the INACTIVE memlim… in memorystatus_update_priority_locked()
2279 use_active = FALSE; in memorystatus_update_priority_locked()
2281 ledger_update_needed = FALSE; in memorystatus_update_priority_locked()
2298 use_active = FALSE; in memorystatus_update_priority_locked()
2306 ledger_update_needed = FALSE; in memorystatus_update_priority_locked()
2523 memorystatus_schedule_idle_demotion_locked(p, FALSE); in memorystatus_update()
2606 use_active = FALSE; in memorystatus_update()
2645 memorystatus_invalidate_idle_demotion_locked(p, FALSE); in memorystatus_update()
2647 memorystatus_update_priority_locked(p, JETSAM_PRIORITY_IDLE, FALSE, TRUE); in memorystatus_update()
2662 memorystatus_update_priority_locked(p, priority, head_insert, FALSE); in memorystatus_update()
2678 boolean_t reschedule = FALSE; in memorystatus_remove()
2892 boolean_t reschedule = FALSE; in memorystatus_dirty_track()
2893 boolean_t already_deferred = FALSE; in memorystatus_dirty_track()
2894 boolean_t defer_now = FALSE; in memorystatus_dirty_track()
3027 boolean_t reset_state = (jetsam_aging_policy != kJetsamAgingPolicyLegacy) ? TRUE : FALSE; in memorystatus_dirty_track()
3053 boolean_t reschedule = FALSE; in memorystatus_dirty_set()
3054 boolean_t was_dirty = FALSE; in memorystatus_dirty_set()
3055 boolean_t now_dirty = FALSE; in memorystatus_dirty_set()
3121 if ((was_dirty == TRUE && now_dirty == FALSE) || in memorystatus_dirty_set()
3122 (was_dirty == FALSE && now_dirty == TRUE)) { in memorystatus_dirty_set()
3142 boolean_t reset_state = (jetsam_aging_policy != kJetsamAgingPolicyLegacy) ? TRUE : FALSE; in memorystatus_dirty_set()
3152 if (((p->p_memstat_dirty & P_DIRTY_DEFER_ALWAYS) == FALSE) && in memorystatus_dirty_set()
3182 memorystatus_schedule_idle_demotion_locked(p, FALSE); in memorystatus_dirty_set()
3222 ledger_update_needed = FALSE; in memorystatus_dirty_set()
3225 use_active = FALSE; in memorystatus_dirty_set()
3493 memorystatus_freeze_entry_t data = { pid, FALSE, 0 }; in memorystatus_on_resume()
3550 boolean_t killed = FALSE; in kill_idle_exit_proc()
3564 p = memorystatus_get_first_proc_locked(&i, FALSE); in kill_idle_exit_proc()
3579 p = memorystatus_get_next_proc_locked(&i, p, FALSE); in kill_idle_exit_proc()
3651 return FALSE; in memorystatus_avail_pages_below_pressure()
3661 return FALSE; in memorystatus_avail_pages_below_critical()
3716 boolean_t purged = FALSE, killed = FALSE; in memorystatus_act_on_hiwat_processes()
3726 if (purged == FALSE) { in memorystatus_act_on_hiwat_processes()
3728 memorystatus_hwm_candidates = FALSE; in memorystatus_act_on_hiwat_processes()
3749 *is_critical = FALSE; in memorystatus_act_on_hiwat_processes()
3755 return FALSE; in memorystatus_act_on_hiwat_processes()
3908 if (memorystatus_jld_enabled == FALSE) { in memorystatus_act_aggressive()
3910 return FALSE; in memorystatus_act_aggressive()
3979 return FALSE; in memorystatus_act_aggressive()
4066 return FALSE; in memorystatus_act_aggressive()
4073 boolean_t post_snapshot = FALSE; in memorystatus_thread()
4077 boolean_t corpse_list_purged = FALSE; in memorystatus_thread()
4083 if (jetsam_thread->inited == FALSE) { in memorystatus_thread()
4098 jetsam_thread->limit_to_low_bands = FALSE; in memorystatus_thread()
4162 if (is_critical == FALSE) { in memorystatus_thread()
4193 sort_flag = FALSE; in memorystatus_thread()
4345 …if (memorystatus_warn_process(p, memlimit_is_active, memlimit_is_fatal, FALSE /* not exceeded */) … in memorystatus_on_ledger_footprint_exceeded()
4361 } else if (corpse_for_fatal_memkill && proc_send_synchronous_EXC_RESOURCE(p) == FALSE) { in memorystatus_on_ledger_footprint_exceeded()
4458 return FALSE; in proc_jetsam_state_is_active_locked()
4471 return FALSE; in proc_jetsam_state_is_active_locked()
4537 return FALSE; in memorystatus_kill_specific_process()
4763 return FALSE; in memorystatus_allowed_vm_map_fork()
5173 critical = (pages_avail < memorystatus_available_pages_critical) ? TRUE : FALSE; in memorystatus_pages_update()
5175 || (memorystatus_available_pages >= (pages_avail + memorystatus_delta))) ? TRUE : FALSE; in memorystatus_pages_update()
5366 …if (FALSE == memorystatus_init_jetsam_snapshot_entry_locked(p, &snapshot_list[i], snapshot->js_gen… in memorystatus_init_jetsam_snapshot_locked()
5416 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order()
5424 p = memorystatus_get_next_proc_locked(&bucket_index, p, FALSE); in memorystatus_verify_sort_order()
5444 p = memorystatus_get_first_proc_locked(&bucket_index, FALSE); in memorystatus_verify_sort_order()
5463 p = memorystatus_get_next_proc_locked(&bucket_index, p, FALSE); in memorystatus_verify_sort_order()
5543 boolean_t retval = FALSE; in memorystatus_kill_proc()
5552 boolean_t success = FALSE; in memorystatus_kill_proc()
5563 task_can_use_secluded_mem(p->task, FALSE)) { in memorystatus_kill_proc()
5589 success = (memorystatus_avail_pages_below_pressure() == FALSE); in memorystatus_kill_proc()
5604 success = (memorystatus_avail_pages_below_critical() == FALSE); in memorystatus_kill_proc()
5615 *killed = FALSE; in memorystatus_kill_proc()
5677 boolean_t new_snapshot = FALSE, force_new_snapshot = FALSE, killed = FALSE, freed_mem = FALSE; in memorystatus_kill_top_process()
5704 force_new_snapshot = FALSE; in memorystatus_kill_top_process()
5781 skip = FALSE; in memorystatus_kill_top_process()
5891 boolean_t new_snapshot = FALSE, killed = FALSE; in memorystatus_kill_processes_aggressive()
6038 killed = FALSE; in memorystatus_kill_processes_aggressive()
6059 memorystatus_aggressive_jetsam_lenient = FALSE; in memorystatus_kill_processes_aggressive()
6116 return FALSE; in memorystatus_kill_processes_aggressive()
6125 boolean_t new_snapshot = FALSE, killed = FALSE, freed_mem = FALSE; in memorystatus_kill_hiwat_proc()
6169 skip = FALSE; in memorystatus_kill_hiwat_proc()
6209 if (killed == FALSE) { in memorystatus_kill_hiwat_proc()
6270 boolean_t new_snapshot = FALSE, killed = FALSE; in memorystatus_kill_elevated_process()
6284 boolean_t consider_frozen_only = FALSE; in memorystatus_kill_elevated_process()
6293 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_kill_elevated_process()
6296 next_p = memorystatus_get_next_proc_locked(&band, p, FALSE); in memorystatus_kill_elevated_process()
6391 next_p = memorystatus_get_first_proc_locked(&band, FALSE); in memorystatus_kill_elevated_process()
6432 return FALSE; in memorystatus_kill_process_async()
6540 boolean_t res = FALSE; in memorystatus_kill_on_zone_map_exhaustion()
6671 size_only = ((buffer == USER_ADDR_NULL) ? TRUE: FALSE); in memorystatus_cmd_get_priority_list()
6966 boolean_t is_default_snapshot = FALSE;
6967 boolean_t is_on_demand_snapshot = FALSE;
6968 boolean_t is_at_boot_snapshot = FALSE;
6974 size_only = ((buffer == USER_ADDR_NULL) ? TRUE : FALSE);
7458 boolean_t is_assertion = FALSE; /* priority is driven by an assertion */
7502 …update(p, mpp_entry.priority, mpp_entry.user_data, is_assertion, FALSE, FALSE, 0, 0, FALSE, FALSE);
7758 use_active = FALSE;
7947 boolean_t skip_auth_check = FALSE;
8023 error = memorystatus_cmd_set_jetsam_memory_limit(args->pid, (int32_t)args->flags, ret, FALSE);
8051 if (memorystatus_aggressive_jetsam_lenient_allowed == FALSE) {
8065 memorystatus_aggressive_jetsam_lenient_allowed = FALSE;
8066 memorystatus_aggressive_jetsam_lenient = FALSE;
8080 …rity_band(args->pid, args->command, JETSAM_PRIORITY_ELEVATED_INACTIVE, args->flags ? TRUE : FALSE);
8092 error = memorystatus_set_process_is_freezable(args->pid, args->flags ? TRUE : FALSE);
8187 p = memorystatus_get_first_proc_locked(&b, FALSE);
8211 p = memorystatus_get_next_proc_locked(&b, p, FALSE);
8363 p = memorystatus_get_first_proc_locked(&b, FALSE);
8369 p = memorystatus_get_next_proc_locked(&b, p, FALSE);
8541 if (isApp(p) == FALSE) {