Searched refs:TUNABLE_DEV_WRITEABLE (Results 1 – 14 of 14) sorted by relevance
| /xnu-11417.101.15/osfmk/vm/ |
| H A D | vm_reclaim.c | 83 TUNABLE_DEV_WRITEABLE(uint64_t, vm_reclaim_sampling_period_ns, "vm_reclaim_sampling_period_ns", 1UL… 84 TUNABLE_DEV_WRITEABLE(uint32_t, vm_reclaim_autotrim_pct_normal, "vm_reclaim_autotrim_pct_normal", 1… 85 TUNABLE_DEV_WRITEABLE(uint32_t, vm_reclaim_autotrim_pct_pressure, "vm_reclaim_autotrim_pct_pressure… 86 TUNABLE_DEV_WRITEABLE(uint32_t, vm_reclaim_autotrim_pct_critical, "vm_reclaim_autotrim_pct_critical… 87 TUNABLE_DEV_WRITEABLE(uint64_t, vm_reclaim_wma_weight_base, "vm_reclaim_wma_weight_base", 3); 88 TUNABLE_DEV_WRITEABLE(uint64_t, vm_reclaim_wma_weight_cur, "vm_reclaim_wma_weight_cur", 1); 89 TUNABLE_DEV_WRITEABLE(uint64_t, vm_reclaim_wma_denom, "vm_reclaim_wma_denom", 4); 90 TUNABLE_DEV_WRITEABLE(uint64_t, vm_reclaim_abandonment_threshold, "vm_reclaim_abandonment_threshold…
|
| H A D | vm_pageout.c | 202 TUNABLE_DEV_WRITEABLE(unsigned int, vm_page_max_speculative_age_q, "vm_page_max_speculative_age_q",…
|
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | startup.h | 286 #define TUNABLE_DEV_WRITEABLE(type_t, var, boot_arg, default_value) \ macro 289 #define TUNABLE_DEV_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
|
| H A D | exclaves_xnuproxy.c | 149 TUNABLE_DEV_WRITEABLE(unsigned int, exclaves_ipc_buffer_cache_max,
|
| H A D | waitq.c | 889 TUNABLE_DEV_WRITEABLE(uint32_t, waitq_flush_excess_threads, "waitq_flush_excess_threads", 20); 890 TUNABLE_DEV_WRITEABLE(uint32_t, waitq_flush_excess_time_mt, "waitq_flush_excess_time_mt", 7200); /*…
|
| H A D | thread_policy.c | 3398 TUNABLE_DEV_WRITEABLE(uint8_t, rt_allow_limit_percent, 3402 TUNABLE_DEV_WRITEABLE(uint16_t, rt_allow_limit_interval_ms,
|
| H A D | debug.c | 363 TUNABLE_DEV_WRITEABLE(unsigned int, verbose_panic_flow_logging, "verbose_panic_flow_logging", 0);
|
| H A D | sched_prim.c | 272 TUNABLE_DEV_WRITEABLE(int, max_unsafe_rt_quanta, "max_unsafe_rt_quanta", MAX_UNSAFE_RT_QUANTA); 273 TUNABLE_DEV_WRITEABLE(int, max_unsafe_fixed_quanta, "max_unsafe_fixed_quanta", MAX_UNSAFE_FIXED_QUA… 275 TUNABLE_DEV_WRITEABLE(int, safe_rt_multiplier, "safe_rt_multiplier", SAFE_RT_MULTIPLIER); 276 TUNABLE_DEV_WRITEABLE(int, safe_fixed_multiplier, "safe_fixed_multiplier", SAFE_FIXED_MULTIPLIER);
|
| H A D | kern_stackshot.c | 131 TUNABLE_DEV_WRITEABLE(unsigned int, stackshot_single_thread, "stackshot_single_thread", 0);
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | kern_memorystatus_policy.c | 309 TUNABLE_DEV_WRITEABLE(unsigned int, kJetsamHighRelaunchCandidatesThreshold, "jetsam_high_relaunch_c…
|
| H A D | kern_exec.c | 224 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_per_team_id, 226 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_by_entitlement, 230 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_reslide_aslr, 246 TUNABLE_DEV_WRITEABLE(int, vm_shared_region_reslide_restrict,
|
| /xnu-11417.101.15/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 51 TUNABLE_DEV_WRITEABLE(SInt64, gIOKitTrace, "iotrace", 0);
|
| /xnu-11417.101.15/osfmk/arm64/ |
| H A D | machine_routines.c | 114 TUNABLE_DEV_WRITEABLE(uint64_t, MutexSpin, "mutex-spin", 240 /* 10us */);
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | if.c | 314 TUNABLE_DEV_WRITEABLE(bool, management_data_unrestricted, "management_data_unrestricted", false); 349 TUNABLE_DEV_WRITEABLE(bool, management_control_unrestricted, "management_control_unrestricted", fal…
|