Lines Matching refs:FALSE
489 boolean_t ret = FALSE; in memorystatus_warn_process()
490 boolean_t found_knote = FALSE; in memorystatus_warn_process()
677 boolean_t set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
684 set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
714 *is_dirty = FALSE; in memorystatus_proc_flags_unsafe()
715 *is_dirty_tracked = FALSE; in memorystatus_proc_flags_unsafe()
716 *allow_idle_exit = FALSE; in memorystatus_proc_flags_unsafe()
728 boolean_t eligible = FALSE; in memorystatus_bg_pressure_eligible()
746 eligible = FALSE; in memorystatus_bg_pressure_eligible()
1043 return FALSE; in is_knote_registered_modify_task_pressure_bits()
1079 memorystatus_update_vm_pressure(FALSE); in vm_dispatch_memory_pressure()
1089 boolean_t pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1103 pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1129 boolean_t consider_knote = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1130 boolean_t privileged_listener = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1159 if (target_foreground_process == FALSE && !memorystatus_bg_pressure_eligible(p)) { in vm_pressure_select_optimal_candidate_to_notify()
1177 if (task_has_been_notified(t, level) == FALSE) { in vm_pressure_select_optimal_candidate_to_notify()
1181 if (task_low_mem_privileged_listener(t, FALSE, &privileged_listener) == 0) { in vm_pressure_select_optimal_candidate_to_notify()
1197 …as_been_notified(t, kVMPressureWarning) == FALSE) && (task_has_been_notified(t, kVMPressureCritica… in vm_pressure_select_optimal_candidate_to_notify()
1253 consider_knote = FALSE; /* reset for the next candidate */ in vm_pressure_select_optimal_candidate_to_notify()
1286 boolean_t memorystatus_manual_testing_on = FALSE;
1401 boolean_t found_candidate = FALSE; in memorystatus_update_vm_pressure()
1405 boolean_t smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1426 if (memorystatus_idle_exit_from_VM() == FALSE) { in memorystatus_update_vm_pressure()
1507 if (smoothing_window_started == FALSE) { in memorystatus_update_vm_pressure()
1525 smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1604 if (found_candidate == FALSE) { in memorystatus_update_vm_pressure()
1909 while (memorystatus_update_vm_pressure(FALSE) == KERN_SUCCESS) {
1915 memorystatus_manual_testing_on = FALSE;
1967 boolean_t found_knote = FALSE;