Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dstartup.h269 #define TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
275 TUNABLE_WRITEABLE(type_t, var, boot_arg, default_value)
H A Dexception.c138 TUNABLE_WRITEABLE(unsigned int, exception_log_max_pid, "exception_log_max_pid", 0);
H A Dtimer_call.c109 TUNABLE_WRITEABLE(uint64_t, timer_scan_limit_us, "timer_scan_limit_us", 400);
110 TUNABLE_WRITEABLE(uint64_t, timer_scan_interval_us, "timer_scan_interval_us", 40);
H A Ddebug.c379 TUNABLE_WRITEABLE(boolean_t, phys_carveout_core, "phys_carveout_core", 1);
H A Dexclaves.c173 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.c316 TUNABLE_WRITEABLE(int, exc_resource_threads_enabled, "exc_resource_threads_enabled", 1);
H A Dzalloc.c543 static TUNABLE_WRITEABLE(uint32_t, zone_early_thres_mul, "zone_early_thres_mul", 5);
5049 TUNABLE_WRITEABLE(unsigned int, zone_map_jetsam_limit, "zone_map_jetsam_limit",
/xnu-11215.1.10/doc/lifecycle/
H A Dstartup.md55 - `TUNABLE_WRITEABLE`: same as `TUNABLE` but the global will not be locked down.
59 - Rank 1: `TUNABLE`, `TUNABLE_WRITEABLE`
/xnu-11215.1.10/pexpert/arm/hwtrace/
H A Dhwtrace.c102 TUNABLE_WRITEABLE(boolean_t, panic_trace_debug, "panic_trace_debug", CT_DFT_LOGS_ON);
/xnu-11215.1.10/bsd/kern/
H A Dkern_debug.c67 TUNABLE_WRITEABLE(int, debug_syscall_rejection_mode, "syscall_rejection_mode",
H A Dkern_sysctl.c2166 TUNABLE_WRITEABLE(uint64_t, dyld_flags, "dyld_flags", 0);
H A Dkern_memorystatus.c413 TUNABLE_WRITEABLE(memorystatus_log_level_t, memorystatus_log_level, "memorystatus_log_level", MEMOR…
/xnu-11215.1.10/iokit/Kernel/
H A DIOKitDebug.cpp50 TUNABLE_WRITEABLE(SInt64, gIOKitDebug, "io", DEBUG_INIT_VALUE);
H A DIOServicePM.cpp124 TUNABLE_WRITEABLE(uint32_t, gSleepAckTimeout, "pmtimeout", 0);
130 TUNABLE_WRITEABLE(uint32_t, gDriverCalloutTimer, "pmcallouttimer", 2000);
/xnu-11215.1.10/osfmk/arm64/
H A Dmachine_routines.c150 static TUNABLE_WRITEABLE(uint64_t, deferred_ipi_timer_ns, "fastipitimeout",
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_port.c110 TUNABLE_WRITEABLE(int, ipc_portbt, "ipc_portbt", false);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cache.c121 TUNABLE_WRITEABLE(int, nc_disabled, "-novfscache", 0);
H A Dvfs_syscalls.c14154 static TUNABLE_WRITEABLE(boolean_t, vfs_purge_vm_pagers, "vfs_purge_vm_pagers", TRUE);
/xnu-11215.1.10/osfmk/vm/
H A Dvm_shared_region.c149 TUNABLE_WRITEABLE(int, shared_region_destroy_delay, "vm_shared_region_destroy_delay", 120);
H A Dvm_compressor.c453 TUNABLE_WRITEABLE(uint64_t, vm_compressor_minor_fragmentation_threshold_pct, "vm_compressor_minor_f…
H A Dvm_map.c22014 TUNABLE_WRITEABLE(boolean_t, vm_map_range_overflows_log, "vm_map_range_overflows_log", FALSE);
/xnu-11215.1.10/bsd/net/
H A Dif.c304 TUNABLE_WRITEABLE(int, if_management_verbose, "management_data_unrestricted", 0);