| /xnu-8019.80.24/osfmk/kern/ |
| H A D | startup.c | 221 TUNABLE(startup_debug_t, startup_debug, "startup_debug", 0); 224 TUNABLE(unsigned int, new_nkdbufs, "trace", 0); 225 TUNABLE(unsigned int, wake_nkdbufs, "trace_wake", 0); 226 TUNABLE(unsigned int, write_trace_on_panic, "trace_panic", 0); 227 TUNABLE(unsigned int, trace_wrap, "trace_wrap", 0); 230 TUNABLE(int, log_leaks, "-l", 0);
|
| H A D | startup.h | 227 #define TUNABLE(type_t, var, boot_arg, default_value) \ macro 259 TUNABLE(type_t, var, boot_arg, default_value)
|
| H A D | debug.c | 289 TUNABLE(unsigned int, debug_boot_arg, "debug", 0); 291 TUNABLE(int, verbose_panic_flow_logging, "verbose_panic_flow_logging", 0); 311 TUNABLE(size_t, phys_carveout_mb, "phys_carveout_mb", 0); 669 static TUNABLE(bool, mach_assert, "assertions", true); in Assert()
|
| H A D | hazard.c | 72 static TUNABLE(uint32_t, hazard_bucket_count_min, "hazard_bucket_count_min", 8); 80 static TUNABLE(vm_size_t, hazard_retire_threshold, "hazard_retire_threshold",
|
| H A D | zalloc.c | 525 TUNABLE(zone_security_options_t, zsecurity_options, "zs", ZSECURITY_DEFAULT); 528 TUNABLE(int, zone_exhausted_timeout, "zet", 5000); 532 static TUNABLE(bool, zone_tagging_on, "-zt", false); 537 TUNABLE(bool, zalloc_disable_copyio_check, "-no-copyio-zalloc-check", false); 541 static TUNABLE(bool, zone_leaks_scan_enable, "-zl", false); 576 static TUNABLE(uint16_t, zc_magazine_size, "zc_mag_size()", 8); 577 static TUNABLE(uint32_t, zc_auto_threshold, "zc_auto_enable_threshold", 20); 578 static TUNABLE(uint32_t, zc_grow_threshold, "zc_grow_threshold", 8); 579 static TUNABLE(uint32_t, zc_recirc_denom, "zc_recirc_denom", 3); 580 static TUNABLE(uint32_t, zc_defrag_ratio, "zc_defrag_ratio", 50); [all …]
|
| H A D | ltable.c | 51 TUNABLE(vm_size_t, g_lt_max_tbl_size, "lt_tbl_size", 0);
|
| H A D | thread_policy.c | 60 TUNABLE(uint32_t, qos_override_mode, "qos_override_mode", 254 static TUNABLE(bool, allow_qos_policy_set, "-qos-policy-allow", false);
|
| H A D | kalloc.c | 698 TUNABLE(kalloc_type_options_t, kt_options, "kt", KT_OPTIONS_ON); 699 TUNABLE(uint16_t, kt_zone_budget, "kt_zbudget", KT_ZBUDGET);
|
| /xnu-8019.80.24/osfmk/corpses/ |
| H A D | corpse.c | 155 static TUNABLE(bool, corpses_disabled, "-no_corpses", false); 159 TUNABLE(bool, corpse_threshold_system_limit, "corpse_threshold_system_limit", false); 163 TUNABLE(bool, exc_via_corpse_forking, "exc_via_corpse_forking", true); 166 TUNABLE(bool, corpse_for_fatal_memkill, "corpse_for_fatal_memkill", true);
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | subr_xxx.c | 77 static TUNABLE(bool, no_sigsys, "-no_sigsys", false);
|
| H A D | bsd_init.c | 264 TUNABLE(int, minimalboot, "-minimalboot", 0); 291 __private_extern__ TUNABLE(int, bootarg_no32exec, "no32exec", 1); 296 __private_extern__ TUNABLE(bool, bootarg_disable_aslr, "-disable_aslr", 0);
|
| H A D | kern_persona.c | 77 TUNABLE(bool, unique_persona, "unique_persona", true);
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_init.c | 87 TUNABLE(bool, iokit_iomd_setownership_enabled,
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_init.c | 134 TUNABLE(ipc_control_port_options_t, ipc_control_port_options,
|
| /xnu-8019.80.24/doc/ |
| H A D | startup.md | 53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down. 57 - Rank 1: `TUNABLE`, `TUNABLE_WRITEABLE`
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | locks_i386_opt.c | 73 TUNABLE(bool, LckDisablePreemptCheck, "-disable_mtx_chk", false);
|
| H A D | machine_routines.c | 1004 TUNABLE(uint32_t, yield_delay_us, "yield_delay_us", 0);
|
| /xnu-8019.80.24/bsd/dev/ |
| H A D | unix_startup.c | 93 TUNABLE(int, serverperfmode, "serverperfmode", 0);
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | log_queue.c | 123 TUNABLE(size_t, lq_bootarg_size_order, "lq_size_order", LQ_DEFAULT_SZ_ORDER); 124 TUNABLE(size_t, lq_bootarg_nslots, "lq_nslots", LQ_MAX_LM_SLOTS);
|
| /xnu-8019.80.24/osfmk/console/ |
| H A D | serial_console.c | 117 TUNABLE(bool, allow_printf_from_interrupts_disabled_context, "nointr_consio", false);
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | cpu.c | 521 TUNABLE(unsigned int, wfi, "wfi", 1);
|
| H A D | arm_init.c | 155 TUNABLE(uint32_t, arm_diag, "diag", 0);
|
| H A D | caches.c | 58 TUNABLE(bool, up_style_idle_exit, "up_style_idle_exit", false);
|
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_identify_machine.c | 224 TUNABLE(unsigned int, bootarg_stop_clocks, "stop_clocks", 0);
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | cpu.c | 120 TUNABLE(unsigned int, wfi, "wfi", 1);
|