| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_srvcache.c | 110 FALSE, 111 FALSE, 113 FALSE, 114 FALSE, 115 FALSE, 116 FALSE, 126 FALSE, 127 FALSE, 128 FALSE, 129 FALSE, [all …]
|
| /xnu-8020.121.3/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 46 boolean_t compressor_store_stop_compaction = FALSE; 49 boolean_t vm_swapfile_create_needed = FALSE; 50 boolean_t vm_swapfile_gc_needed = FALSE; 63 bool vm_swapout_thread_running = FALSE; 70 boolean_t vm_swappin_enabled = FALSE; 108 boolean_t swp_trim_supported = FALSE; 113 int vm_swapfile_can_be_created = FALSE; 114 boolean_t delayed_trim_handling_in_progress = FALSE; 116 boolean_t hibernate_in_progress_with_pinned_swap = FALSE; 131 boolean_t vm_swap_force_defrag = FALSE, vm_swap_force_reclaim = FALSE; [all …]
|
| H A D | vm_compressor.c | 85 if (__probable(popcount_c_segs == FALSE)) { in vmc_pop() 156 if (__probable(checksum_c_segs == FALSE)) { in vmc_hash() 214 boolean_t hibernate_no_swapspace = FALSE; 215 boolean_t hibernate_flush_timed_out = FALSE; 300 boolean_t decompressions_blocked = FALSE; 323 boolean_t vm_swapout_ripe_segments = FALSE; 332 boolean_t fastwake_warmup = FALSE; 333 boolean_t fastwake_recording_in_progress = FALSE; 339 boolean_t hibernate_flushing = FALSE; 446 return FALSE; in vm_compressor_low_on_space() [all …]
|
| H A D | vm_pageout.c | 152 boolean_t vps_dynamic_priority_enabled = FALSE; 313 boolean_t vm_pageout_running = FALSE; 319 static boolean_t vm_pageout_waiter = FALSE; 390 p->vmp_free_when_done = FALSE; in vm_pageout_object_terminate() 429 m->vmp_cleaning = FALSE; in vm_pageout_object_terminate() 430 m->vmp_free_when_done = FALSE; in vm_pageout_object_terminate() 442 SET_PAGE_DIRTY(m, FALSE); in vm_pageout_object_terminate() 444 m->vmp_dirty = FALSE; in vm_pageout_object_terminate() 486 m->vmp_busy = FALSE; in vm_pageout_object_terminate() 487 m->vmp_absent = FALSE; in vm_pageout_object_terminate() [all …]
|
| H A D | vm_object.c | 293 .pager_created = FALSE, 294 .pager_initialized = FALSE, 295 .pager_ready = FALSE, 296 .pager_trusted = FALSE, 297 .can_persist = FALSE, 299 .private = FALSE, 300 .pageout = FALSE, 303 .purgeable_when_ripe = FALSE, 304 .purgeable_only_by_kernel = FALSE, 305 .shadowed = FALSE, [all …]
|
| H A D | vm_resident.c | 151 boolean_t hibernate_cleaning_in_progress = FALSE; 157 boolean_t vm_lopage_refill = FALSE; 158 boolean_t vm_lopage_needed = FALSE; 168 boolean_t hibernation_vmqueues_inspection = FALSE; /* Tracks if the hibernation code is looki… 243 boolean_t vm_page_buckets_check_ready = FALSE; 633 static boolean_t fill = FALSE; 685 vm_page_init(p, pnum, FALSE); in vm_get_delayed_page() 731 vm_page_release(p, FALSE); in vm_free_delayed_pages() 747 vm_page_release(p, FALSE); in vm_free_delayed_pages() 822 vm_page_release(p, FALSE); in vm_free_delayed_pages_contig() [all …]
|
| H A D | vm_tests.c | 95 backing_object, 0, FALSE, in vm_test_collapse_compressor() 145 top_object, 0, FALSE, in vm_test_collapse_compressor() 199 vm_object_collapse(top_object, 0, FALSE); in vm_test_collapse_compressor() 293 FALSE, in vm_test_wire_and_extract() 358 vm_page_wire(page, 1, FALSE); in vm_test_page_wire_overflow_panic() 424 anon_object, 0, FALSE, VM_PROT_DEFAULT, VM_PROT_ALL, in vm_test_device_pager_transpose() 433 (void *)device_pager, 0, FALSE, in vm_test_device_pager_transpose() 458 anon_object->blocked_access = FALSE; in vm_test_device_pager_transpose() 462 device_object->blocked_access = FALSE; in vm_test_device_pager_transpose() 598 FALSE, in vm_test_4k() [all …]
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | arm_timer.c | 104 mytimer->has_expired = FALSE; in timer_intr() 199 mytimer->has_expired = FALSE; in timer_queue_expire_local() 207 return FALSE; in timer_resort_threshold() 282 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, FALSE, FALSE}, 287 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE},
|
| /xnu-8020.121.3/pexpert/gen/ |
| H A D | bootargs.c | 70 return FALSE; in PE_parse_boot_argn_internal() 75 return FALSE; in PE_parse_boot_argn_internal() 79 arg_found = FALSE; in PE_parse_boot_argn_internal() 89 arg_boolean = FALSE; in PE_parse_boot_argn_internal() 136 switch ((force_string && *cp == '=') ? STR : getval(cp, &val, isargsep, FALSE)) { in PE_parse_boot_argn_internal() 183 return PE_parse_boot_argn_internal(arg_string, arg_ptr, max_len, FALSE); in PE_parse_boot_argn() 201 return FALSE; in isargsep() 211 return FALSE; in israngesep() 290 boolean_t has_value = FALSE; in getval() 400 return FALSE; in PE_get_default() [all …]
|
| /xnu-8020.121.3/osfmk/i386/ |
| H A D | mp.c | 122 boolean_t smp_initialized = FALSE; 124 volatile boolean_t force_immediate_debugger_NMI = FALSE; 125 volatile boolean_t pmap_tlb_flush_timeout = FALSE; 450 istate = ml_set_interrupts_enabled(FALSE); in intel_startCPU() 532 mp_kdp_wait(TRUE, FALSE); in cpu_signal_handler() 638 mp_kdp_wait(FALSE, TRUE); in NMIInterruptHandler() 648 if (__sync_bool_compare_and_swap(&mp_kdp_is_NMI, FALSE, TRUE)) { in NMIInterruptHandler() 655 mp_kdp_is_NMI = FALSE; in NMIInterruptHandler() 657 mp_kdp_wait(FALSE, FALSE); in NMIInterruptHandler() 660 mp_kdp_wait(FALSE, FALSE); in NMIInterruptHandler() [all …]
|
| H A D | mp_native.c | 58 return FALSE; in i386_smp_init() 80 static boolean_t NMIPIs_enabled = FALSE; 91 boolean_t state = ml_set_interrupts_enabled(FALSE); in i386_send_NMI() 93 if (NMIPIs_enabled == FALSE) { in i386_send_NMI() 106 if (i_bit(MP_TLB_FLUSH, my_word) && (pmap_tlb_flush_timeout == FALSE)) { in handle_pending_TLB_flushes()
|
| H A D | fpu.c | 359 fpu_store_registers(fps, FALSE); in configure_mxcsr_capability_mask() 535 return FALSE; in fpu_allzeroes() 552 assert(ml_get_interrupts_enabled() == FALSE); in fpu_load_registers() 668 assert(ml_get_interrupts_enabled() == FALSE); in fpu_switch_context() 671 if (ifps && ((ifps->fp_valid != FALSE) && (ifps->fp_valid != TRUE))) { in fpu_switch_context() 675 if (ifps != 0 && (ifps->fp_valid == FALSE)) { in fpu_switch_context() 747 boolean_t old_valid, fresh_state = FALSE; in fpu_set_fxstate() 821 if ((fresh_state == FALSE) && (old_valid == FALSE) && (thr_act != current_thread())) { in fpu_set_fxstate() 959 if (old_valid == FALSE) { in fpu_set_fxstate() 960 boolean_t istate = ml_set_interrupts_enabled(FALSE); in fpu_set_fxstate() [all …]
|
| H A D | i386_timer.c | 108 mytimer->has_expired = FALSE; in timer_intr() 276 mytimer->has_expired = FALSE; in timer_queue_expire_local() 290 assert(ml_get_interrupts_enabled() == FALSE); in timer_queue_expire_rescan() 298 mytimer->has_expired = FALSE; in timer_queue_expire_rescan() 319 return FALSE; in timer_resort_threshold() 448 .latency_tier_rate_limited = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE},
|
| /xnu-8020.121.3/osfmk/tests/ |
| H A D | test_thread_call.c | 117 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_once_thread_call() 120 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_once_thread_call() 129 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_once_thread_call() 132 T_ASSERT_EQ_INT(freed, FALSE, "thread_call_free should not succeed"); in test_once_thread_call() 143 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_once_thread_call() 181 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_signal_thread_call() 188 T_ASSERT_EQ_INT(pending, FALSE, "call should not be pending"); in test_signal_thread_call() 196 T_ASSERT_EQ_INT(canceled, FALSE, "thread_call_cancel should not succeed"); in test_signal_thread_call()
|
| /xnu-8020.121.3/osfmk/kdp/ |
| H A D | kdp.c | 150 return FALSE; in kdp_packet() 159 return FALSE; in kdp_packet() 166 return FALSE; in kdp_packet() 174 return FALSE; in kdp_packet() 196 return FALSE; in kdp_unknown() 214 return FALSE; in kdp_connect() 267 return FALSE; in kdp_disconnect() 271 return FALSE; in kdp_disconnect() 279 kdp.is_halted = kdp.is_conn = FALSE; in kdp_disconnect() 332 return FALSE; in kdp_hostinfo() [all …]
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | pmap_pcid.c | 59 boolean_t pmap_pcid_disabled = FALSE; 69 boolean_t pcid_present = FALSE; in pmap_pcid_configure() 72 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() != 0); in pmap_pcid_configure() 83 if (pmap_pcid_disabled == FALSE) { in pmap_pcid_configure() 84 no_shared_cr3 = FALSE; in pmap_pcid_configure() 101 cpu_datap(i)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure() 105 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure() 114 cpu_datap(ccpu)->cpu_pmap_pcid_enabled = FALSE; in pmap_pcid_configure() 266 pmap_assert(ml_get_interrupts_enabled() == FALSE || get_preemption_level() != 0); in pmap_destroy_pcid_sync() 300 boolean_t pcid_conflict = FALSE, pending_flush = FALSE; in pmap_pcid_activate() [all …]
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | debug.c | 137 unsigned int panicDebugging = FALSE; 233 SECURITY_READ_ONLY_LATE(boolean_t) kdp_explicitly_requested = FALSE; 251 boolean_t extended_debug_log_enabled = FALSE; 262 boolean_t debugger_allcpus_halted = FALSE; 269 boolean_t kernelcache_uuid_valid = FALSE; 273 boolean_t pageablekc_uuid_valid = FALSE; 277 boolean_t auxkc_uuid_valid = FALSE; 305 FALSE; 335 return FALSE; in kernel_debugging_restricted() 337 return FALSE; in kernel_debugging_restricted() [all …]
|
| H A D | hibernate.c | 47 boolean_t need_to_unlock_decompressor = FALSE; 67 page_list_wired = hibernate_page_list_allocate(FALSE); in hibernate_alloc_page_lists() 74 page_list_pal = hibernate_page_list_allocate(FALSE); in hibernate_alloc_page_lists() 124 need_to_unlock_decompressor = FALSE; in hibernate_setup() 149 need_to_unlock_decompressor = FALSE; in hibernate_teardown()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_memorystatus.c | 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() [all …]
|
| H A D | netboot.c | 135 return FALSE; in parse_booter_path() 139 return FALSE; in parse_booter_path() 146 return FALSE; in parse_booter_path() 221 return FALSE; in parse_netboot_path() 228 return FALSE; in parse_netboot_path() 232 return FALSE; in parse_netboot_path() 268 boolean_t found = FALSE; in get_root_path() 274 return FALSE; in get_root_path() 319 boolean_t have_root_path = FALSE; in netboot_info_init() 340 if (have_root_path == FALSE) { in netboot_info_init() [all …]
|
| H A D | kern_memorystatus_notify.c | 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() [all …]
|
| /xnu-8020.121.3/tools/tests/superpages/ |
| H A D | testsp.c | 54 return FALSE; in check_kr() 64 return FALSE; in check_addr0() 74 return FALSE; in check_addr() 84 return FALSE; in check_align() 97 return FALSE; in check_r() 120 return FALSE; in check_nr() 134 return FALSE; in check_w() 153 return FALSE; in check_nw() 172 return FALSE; in check_rw() 226 return FALSE; in test_deallocate() [all …]
|
| /xnu-8020.121.3/osfmk/i386/vmx/ |
| H A D | vmx_cpu.c | 43 boolean_t vmx_exclusive = FALSE; 186 if (FALSE == cpu->specs.vmx_on) { in vmx_on() 223 cpu->specs.vmx_on = FALSE; in vmx_off() 283 available = FALSE; in vmx_globally_available() 341 vmx_exclusive = FALSE; in host_vmxoff() 392 cpu->specs.vmx_on = FALSE; in vmx_resume() 406 return FALSE; in vmx_hv_support() 409 #define CHK(msr, shift, mask) if (!VMX_CAP(msr, shift, mask)) return FALSE; in vmx_hv_support()
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | machine_task.c | 86 …copy_legacy_debug_state(tstate, (arm_legacy_debug_state_t *) task->task_debug, FALSE); /* FALSE OR… in machine_task_set_state() 104 …copy_debug_state32(tstate, (arm_debug_state32_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 123 …copy_debug_state64(tstate, (arm_debug_state64_t *) task->task_debug, FALSE); /* FALSE OR TRUE does… in machine_task_set_state() 164 …copy_legacy_debug_state((arm_legacy_debug_state_t*) task->task_debug, tstate, FALSE); /* FALSE OR … in machine_task_get_state() 180 …copy_debug_state32((arm_debug_state32_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state() 196 …copy_debug_state64((arm_debug_state64_t*) task->task_debug, tstate, FALSE); /* FALSE OR TRUE doesn… in machine_task_get_state()
|
| /xnu-8020.121.3/osfmk/console/ |
| H A D | video_console.c | 125 static boolean_t gc_enabled = FALSE; 126 static boolean_t gc_initialized = FALSE; 127 static boolean_t vm_initialized = FALSE; 352 if (enable == FALSE) { in gc_enable() 354 if (console_is_serial() == FALSE) { in gc_enable() 357 gc_enabled = FALSE; in gc_enable() 358 gc_ops.enable(FALSE); in gc_enable() 446 disableConsoleOutput = FALSE; in gc_enable() 461 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), FALSE); in gc_hide_cursor() 466 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE); in gc_hide_cursor() [all …]
|