Home
last modified time | relevance | path

Searched refs:TUNABLE_WRITEABLE (Results 1 – 25 of 28) sorted by relevance

12

/xnu-12377.81.4/osfmk/kern/
H A Dstartup.h289 #define TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
295 TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value)
H A Dexception.c137 TUNABLE_WRITEABLE(unsigned int, exception_log_max_pid, "exception_log_max_pid", 0);
H A Dtimer_call.c110 TUNABLE_WRITEABLE(uint64_t, timer_scan_limit_us, "timer_scan_limit_us", 400);
111 TUNABLE_WRITEABLE(uint64_t, timer_scan_interval_us, "timer_scan_interval_us", 40);
H A Ddebug.c381 TUNABLE_WRITEABLE(boolean_t, phys_carveout_core, "phys_carveout_core", 1);
H A Dexclaves.c176 TUNABLE_WRITEABLE(unsigned int, exclaves_debug, "exclaves_debug",
H A Dcoalition.c88 TUNABLE_WRITEABLE(int, unrestrict_coalition_syscalls, "unrestrict_coalition_syscalls", 0);
H A Dthread.c321 TUNABLE_WRITEABLE(int, exc_resource_threads_enabled, "exc_resource_threads_enabled", 1);
H A Dzalloc.c531 static TUNABLE_WRITEABLE(uint32_t, zone_early_thres_mul, "zone_early_thres_mul", 5);
5056 TUNABLE_WRITEABLE(unsigned int, zone_map_jetsam_limit, "zone_map_jetsam_limit",
/xnu-12377.81.4/doc/lifecycle/
H A Dstartup.md55 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
60 - All uses of `TUNABLE`, `TUNABLE_WRITEABLE`
/xnu-12377.81.4/pexpert/arm/hwtrace/
H A Dhwtrace.c108 TUNABLE_WRITEABLE(boolean_t, panic_trace_debug, "panic_trace_debug", CT_DFT_LOGS_ON);
/xnu-12377.81.4/bsd/kern/
H A Dkern_debug.c67 TUNABLE_WRITEABLE(int, debug_syscall_rejection_mode, "syscall_rejection_mode",
H A Dkern_memorystatus_freeze.c131 TUNABLE_WRITEABLE(boolean_t, memorystatus_freeze_prevent_refreeze_of_recently_thawed,
134 TUNABLE_WRITEABLE(uint32_t, memorystatus_freeze_last_processes_thawed_cache_size,
137 TUNABLE_WRITEABLE(uint32_t, memorystatus_freeze_last_processes_thawed_prevent_refreeze_seconds,
H A Dkern_memorystatus_notify.c1294 TUNABLE_WRITEABLE(memstat_pressure_options_t, memstat_pressure_config,
H A Dkern_memorystatus.c476 TUNABLE_WRITEABLE(memorystatus_log_level_t, memorystatus_log_level, "memorystatus_log_level", MEMOR…
1147 TUNABLE_WRITEABLE(bool, fast_jetsam_enabled, "fast_jetsam_enabled", true);
/xnu-12377.81.4/osfmk/vm/
H A Dvm_shared_region.c184 TUNABLE_WRITEABLE(int, shared_region_destroy_delay, "vm_shared_region_destroy_delay", 120);
191 TUNABLE_WRITEABLE(int, panic_on_dyld_issue, "panic_on_dyld_issue", PANIC_ON_DYLD_ISSUE_DEFAULT);
H A Dvm_reclaim.c83 TUNABLE_WRITEABLE(bool, vm_reclaim_debug, "vm_reclaim_debug", false);
H A Dvm_object.c1010 TUNABLE_WRITEABLE(uint32_t, vm_cheads, "vm_cheads", 8);
1013 TUNABLE_WRITEABLE(vm_chead_select_t, vm_chead_select, "vm_chead_select", CSEL_BY_PID);
1015 TUNABLE_WRITEABLE(boolean_t, vm_chead_rehint, "vm_chead_rehint", false);
H A Dvm_compressor.c476 TUNABLE_WRITEABLE(uint64_t, vm_compressor_minor_fragmentation_threshold_pct, "vm_compressor_minor_f…
730 TUNABLE_WRITEABLE(bool, write_protect_c_segs, "c_segment_mprotect", false);
/xnu-12377.81.4/iokit/Kernel/
H A DIOKitDebug.cpp50 TUNABLE_WRITEABLE(SInt64, gIOKitDebug, "io", DEBUG_INIT_VALUE);
H A DIOServicePM.cpp125 TUNABLE_WRITEABLE(uint32_t, gSleepAckTimeout, "pmtimeout", 0);
131 TUNABLE_WRITEABLE(uint32_t, gDriverCalloutTimer, "pmcallouttimer", 2000);
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.c111 TUNABLE_WRITEABLE(int, ipc_portbt, "ipc_portbt", false);
/xnu-12377.81.4/osfmk/arm64/
H A Dmachine_routines.c153 static TUNABLE_WRITEABLE(uint64_t, deferred_ipi_timer_ns, "fastipitimeout",
H A Dsleh.c1916 TUNABLE_WRITEABLE(self_restrict_mode_t, panic_on_jit_guard, "panic_on_jit_guard", SELF_RESTRICT_NON…
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c121 TUNABLE_WRITEABLE(int, nc_disabled, "-novfscache", 0);
/xnu-12377.81.4/bsd/net/
H A Dif.c309 TUNABLE_WRITEABLE(int, if_management_verbose, "if_management_verbose", 0);

12