Lines Matching refs:FALSE

501 	boolean_t ret = FALSE;  in memorystatus_warn_process()
502 boolean_t found_knote = FALSE; in memorystatus_warn_process()
689 boolean_t set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
696 set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
726 *is_dirty = FALSE; in memorystatus_proc_flags_unsafe()
727 *is_dirty_tracked = FALSE; in memorystatus_proc_flags_unsafe()
728 *allow_idle_exit = FALSE; in memorystatus_proc_flags_unsafe()
740 boolean_t eligible = FALSE; in memorystatus_bg_pressure_eligible()
758 eligible = FALSE; in memorystatus_bg_pressure_eligible()
1055 return FALSE; in is_knote_registered_modify_task_pressure_bits()
1091 memorystatus_update_vm_pressure(FALSE); in vm_dispatch_memory_pressure()
1101 boolean_t pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1115 pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1141 boolean_t consider_knote = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1142 boolean_t privileged_listener = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1171 if (target_foreground_process == FALSE && !memorystatus_bg_pressure_eligible(p)) { in vm_pressure_select_optimal_candidate_to_notify()
1189 if (task_has_been_notified(t, level) == FALSE) { in vm_pressure_select_optimal_candidate_to_notify()
1193 if (task_low_mem_privileged_listener(t, FALSE, &privileged_listener) == 0) { in vm_pressure_select_optimal_candidate_to_notify()
1209 …as_been_notified(t, kVMPressureWarning) == FALSE) && (task_has_been_notified(t, kVMPressureCritica… in vm_pressure_select_optimal_candidate_to_notify()
1265 consider_knote = FALSE; /* reset for the next candidate */ in vm_pressure_select_optimal_candidate_to_notify()
1298 boolean_t memorystatus_manual_testing_on = FALSE;
1408 boolean_t found_candidate = FALSE; in memorystatus_update_vm_pressure()
1412 boolean_t smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1433 if (memorystatus_idle_exit_from_VM() == FALSE) { in memorystatus_update_vm_pressure()
1514 if (smoothing_window_started == FALSE) { in memorystatus_update_vm_pressure()
1532 smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1611 if (found_candidate == FALSE) { in memorystatus_update_vm_pressure()
1874 while (memorystatus_update_vm_pressure(FALSE) == KERN_SUCCESS) {
1880 memorystatus_manual_testing_on = FALSE;
1932 boolean_t found_knote = FALSE;