Home
last modified time | relevance | path

Searched refs:TUNABLE (Results 1 – 25 of 69) sorted by relevance

123

/xnu-8796.141.3/osfmk/corpses/
H A Dcorpse.c159 static TUNABLE(bool, corpses_disabled, "-no_corpses", false);
163 static TUNABLE(bool, lw_corpses_enabled, "lw_corpses", true);
165 static TUNABLE(bool, lw_corpses_enabled, "lw_corpses", false);
170 TUNABLE(bool, corpse_threshold_system_limit, "corpse_threshold_system_limit", false);
174 TUNABLE(bool, exc_via_corpse_forking, "exc_via_corpse_forking", true);
177 TUNABLE(bool, corpse_for_fatal_memkill, "corpse_for_fatal_memkill", true);
/xnu-8796.141.3/bsd/kern/
H A Dsubr_xxx.c77 TUNABLE(bool, no_sigsys, "-no_sigsys", false);
H A Dkdebug_common.c46 static TUNABLE(unsigned int, new_nkdbufs, "trace", 0);
48 TUNABLE(unsigned int, trace_wrap, "trace_wrap", 0);
53 TUNABLE(unsigned int, wake_nkdbufs, "trace_wake", 0);
55 TUNABLE(unsigned int, write_trace_on_panic, "trace_panic", 0);
58 TUNABLE(int, log_leaks, "-l", 0);
H A Dbsd_init.c258 TUNABLE(int, minimalboot, "-minimalboot", 0);
285 __private_extern__ TUNABLE(int, bootarg_no32exec, "no32exec", 1);
290 __private_extern__ TUNABLE(bool, bootarg_disable_aslr, "-disable_aslr", 0);
H A Dsubr_log_stream.c120 TUNABLE(size_t, log_stream_size, "oslog_stream_size", LOG_STREAM_MIN_SIZE);
121 TUNABLE(size_t, log_stream_cache_size, "oslog_stream_csize", LOG_CACHE_MIN_SIZE);
123 TUNABLE(bool, log_stream_verify, "-oslog_stream_verify", false);
/xnu-8796.141.3/osfmk/vm/
H A Dvm_init.c87 TUNABLE(bool, iokit_iomd_setownership_enabled,
H A Dvm_reclaim.c48 TUNABLE(uint32_t, kReclaimChunkSize, "vm_reclaim_chunk_size", 16);
53 TUNABLE(bool, panic_on_kill, "vm_reclaim_panic_on_kill", false);
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_init.c124 TUNABLE(ipc_control_port_options_t, ipc_control_port_options,
/xnu-8796.141.3/osfmk/kern/
H A Ddebug.c251 static TUNABLE(unsigned int, max_debugger_entry_count, "nested_panic_max",
326 TUNABLE(unsigned int, debug_boot_arg, "debug", 0);
328 TUNABLE(int, verbose_panic_flow_logging, "verbose_panic_flow_logging", 0);
352 TUNABLE(uint32_t, phys_carveout_mb, "phys_carveout_mb", 0);
696 static TUNABLE(bool, mach_assert, "assertions", true); in Assert()
1903 TUNABLE(uint32_t, kern_feature_overrides, "validation_disables", 0);
H A Dstartup.h225 #define TUNABLE(type_t, var, boot_arg, default_value) \ macro
257 TUNABLE(type_t, var, boot_arg, default_value)
H A Dexception.c170 static TUNABLE(bool, pac_replace_ptrs_user, "pac_replace_ptrs_user", true);
715 static TUNABLE(bool, pac_exception_telemetry, "-pac_exception_telemetry", false);
H A Dstartup.c219 TUNABLE(startup_debug_t, startup_debug, "startup_debug", 0);
H A Dzalloc.c529 TUNABLE(int, zone_exhausted_timeout, "zet", 5000);
554 static TUNABLE(bool, zone_tagging_on, "-zt", false);
568 TUNABLE(t, _##n, #n, d); \
715 static TUNABLE(bool, pgz_all, "pgz", true);
717 static TUNABLE(bool, pgz_all, "pgz", false);
719 static TUNABLE(uint32_t, pgz_sample_rate, "pgz_sample_rate", 0);
720 static TUNABLE(uint32_t, pgz_slots, "pgz_slots", UINT32_MAX);
721 static TUNABLE(uint32_t, pgz_quarantine, "pgz_quarantine", 0);
3045 static TUNABLE(uint32_t, zzc_rate, "zzc_rate", 5);
3192 static TUNABLE(uint32_t, zrecs, "zrecs", 0);
[all …]
H A Dkalloc.c446 TUNABLE(kalloc_type_options_t, kt_options, "kt", 0);
447 TUNABLE(uint16_t, kt_var_heaps, "kt_var_heaps",
449 TUNABLE(uint16_t, kt_fixed_zones, "kt_fixed_zones",
451 TUNABLE(uint16_t, kt_var_ptr_heaps, "kt_var_ptr_heaps", 2);
452 static TUNABLE(bool, kt_shared_fixed, "-kt-shared", true);
H A Dsmr.c615 static TUNABLE(uint32_t, smr_bucket_count_min, "smr_bucket_count_min", 8);
623 static TUNABLE(vm_size_t, smr_retire_threshold, "smr_retire_threshold",
H A Dthread_policy.c61 TUNABLE(uint32_t, qos_override_mode, "qos_override_mode",
261 static TUNABLE(bool, allow_qos_policy_set, "-qos-policy-allow", false);
3370 static TUNABLE(
/xnu-8796.141.3/doc/
H A Dstartup.md53 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
57 - Rank 1: `TUNABLE`, `TUNABLE_WRITEABLE`
/xnu-8796.141.3/osfmk/i386/
H A Dlocks_i386_opt.c75 TUNABLE(bool, LckDisablePreemptCheck, "-disable_mtx_chk", false);
/xnu-8796.141.3/bsd/dev/
H A Dunix_startup.c93 TUNABLE(int, serverperfmode, "serverperfmode", 0);
/xnu-8796.141.3/libkern/os/
H A Dlog_queue.c124 TUNABLE(size_t, lq_bootarg_size_order, "lq_size_order", LQ_DEFAULT_SZ_ORDER);
125 TUNABLE(size_t, lq_bootarg_nslots, "lq_nslots", LQ_MAX_LM_SLOTS);
/xnu-8796.141.3/osfmk/console/
H A Dserial_console.c117 TUNABLE(bool, allow_printf_from_interrupts_disabled_context, "nointr_consio", false);
/xnu-8796.141.3/osfmk/arm/
H A Dcaches.c58 TUNABLE(bool, up_style_idle_exit, "up_style_idle_exit", false);
H A Darm_init.c152 TUNABLE(uint32_t, arm_diag, "diag", 0);
/xnu-8796.141.3/pexpert/arm/
H A Dpe_identify_machine.c213 TUNABLE(unsigned int, bootarg_stop_clocks, "stop_clocks", 0);
/xnu-8796.141.3/osfmk/arm64/
H A Dcpu.c122 TUNABLE(unsigned int, wfi, "wfi", 1);

123