Lines Matching refs:FALSE
480 boolean_t ret = FALSE; in memorystatus_warn_process()
481 boolean_t found_knote = FALSE; in memorystatus_warn_process()
668 boolean_t set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
675 set_privilege = FALSE; in memorystatus_low_mem_privileged_listener()
705 *is_dirty = FALSE; in memorystatus_proc_flags_unsafe()
706 *is_dirty_tracked = FALSE; in memorystatus_proc_flags_unsafe()
707 *allow_idle_exit = FALSE; in memorystatus_proc_flags_unsafe()
708 *is_active = FALSE; in memorystatus_proc_flags_unsafe()
709 *is_managed = FALSE; in memorystatus_proc_flags_unsafe()
710 *has_assertion = FALSE; in memorystatus_proc_flags_unsafe()
725 boolean_t eligible = FALSE; in memorystatus_bg_pressure_eligible()
743 eligible = FALSE; in memorystatus_bg_pressure_eligible()
1037 return FALSE; in is_knote_registered_modify_task_pressure_bits()
1073 memorystatus_update_vm_pressure(FALSE); in vm_dispatch_memory_pressure()
1083 boolean_t pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1097 pressure_increase = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1123 boolean_t consider_knote = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1124 boolean_t privileged_listener = FALSE; in vm_pressure_select_optimal_candidate_to_notify()
1153 if (target_foreground_process == FALSE && !memorystatus_bg_pressure_eligible(p)) { in vm_pressure_select_optimal_candidate_to_notify()
1171 if (task_has_been_notified(t, level) == FALSE) { in vm_pressure_select_optimal_candidate_to_notify()
1175 if (task_low_mem_privileged_listener(t, FALSE, &privileged_listener) == 0) { in vm_pressure_select_optimal_candidate_to_notify()
1191 …as_been_notified(t, kVMPressureWarning) == FALSE) && (task_has_been_notified(t, kVMPressureCritica… in vm_pressure_select_optimal_candidate_to_notify()
1247 consider_knote = FALSE; /* reset for the next candidate */ in vm_pressure_select_optimal_candidate_to_notify()
1280 boolean_t memorystatus_manual_testing_on = FALSE;
1471 boolean_t found_candidate = FALSE; in memorystatus_update_vm_pressure()
1475 boolean_t smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1578 if (smoothing_window_started == FALSE) { in memorystatus_update_vm_pressure()
1594 smoothing_window_started = FALSE; in memorystatus_update_vm_pressure()
1695 if (found_candidate == FALSE) { in memorystatus_update_vm_pressure()
2006 while (memorystatus_update_vm_pressure(FALSE) == KERN_SUCCESS) {
2012 memorystatus_manual_testing_on = FALSE;
2064 boolean_t found_knote = FALSE;