sys/amd64/amd64/initcpu.c
301
TUNABLE_INT_FETCH("hw.lass", &lass_enabled);
sys/amd64/amd64/initcpu.c
319
!TUNABLE_INT_FETCH(
sys/amd64/amd64/initcpu.c
385
TUNABLE_INT_FETCH("hw.clflush_disable", &hw_clflush_disable);
sys/amd64/amd64/machdep.c
1336
TUNABLE_INT_FETCH("vm.pmap.pti", &pti);
sys/amd64/amd64/machdep.c
1337
TUNABLE_INT_FETCH("vm.pmap.pcid_enabled", &pmap_pcid_enabled);
sys/amd64/amd64/machdep.c
1346
TUNABLE_INT_FETCH("vm.pmap.pcid_invlpg_workaround",
sys/amd64/amd64/machdep.c
1352
TUNABLE_INT_FETCH("hw.use_xsave", &use_xsave);
sys/amd64/amd64/machdep.c
1472
TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable);
sys/amd64/amd64/machdep.c
1473
TUNABLE_INT_FETCH("machdep.mitigations.ibrs.disable", &hw_ibrs_disable);
sys/amd64/amd64/machdep.c
1475
TUNABLE_INT_FETCH("hw.spec_store_bypass_disable", &hw_ssb_disable);
sys/amd64/amd64/machdep.c
1476
TUNABLE_INT_FETCH("machdep.mitigations.ssb.disable", &hw_ssb_disable);
sys/amd64/amd64/machdep.c
1478
TUNABLE_INT_FETCH("machdep.syscall_ret_flush_l1d",
sys/amd64/amd64/machdep.c
1481
TUNABLE_INT_FETCH("hw.mds_disable", &hw_mds_disable);
sys/amd64/amd64/machdep.c
1482
TUNABLE_INT_FETCH("machdep.mitigations.mds.disable", &hw_mds_disable);
sys/amd64/amd64/machdep.c
1484
TUNABLE_INT_FETCH("machdep.mitigations.taa.enable", &x86_taa_enable);
sys/amd64/amd64/machdep.c
1486
TUNABLE_INT_FETCH("machdep.mitigations.rngds.enable",
sys/amd64/amd64/machdep.c
1489
TUNABLE_INT_FETCH("machdep.mitigations.zenbleed.enable",
sys/amd64/amd64/machdep.c
1497
TUNABLE_INT_FETCH("vm.pmap.invlpgb_works", &invlpgb_works);
sys/amd64/amd64/machdep.c
1534
TUNABLE_INT_FETCH("debug.late_console", &late_console);
sys/amd64/amd64/machdep.c
766
TUNABLE_INT_FETCH("machdep.efirt.regs", &efi_map_regs);
sys/amd64/amd64/pmap.c
1745
TUNABLE_INT_FETCH("vm.pmap.la57", &la57);
sys/amd64/amd64/pmap.c
2378
TUNABLE_INT_FETCH("hw.allow_2m_x_ept", &pmap_allow_2m_x_ept);
sys/amd64/amd64/pmap.c
2380
TUNABLE_INT_FETCH("vm.pmap.allow_2m_x_ept", &pmap_allow_2m_x_ept);
sys/amd64/amd64/pmap.c
2525
TUNABLE_INT_FETCH("hw.skz63_enable", &skz63);
sys/amd64/amd64/pmap.c
2587
TUNABLE_INT_FETCH("vm.pmap.pg_ps_enabled", &pg_ps_enabled);
sys/amd64/amd64/pmap.c
2631
TUNABLE_INT_FETCH("vm.pmap.large_map_pml4_entries", &lm_ents);
sys/amd64/amd64/pmap.c
678
TUNABLE_INT_FETCH("vm.pmap.di_locked", &tun);
sys/amd64/vmm/amd/npt.c
59
TUNABLE_INT_FETCH("hw.vmm.npt.enable_superpage", &enable_superpage);
sys/amd64/vmm/intel/ept.c
101
TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages);
sys/amd64/vmm/intel/ept.c
106
TUNABLE_INT_FETCH("hw.vmm.ept.use_hw_ad_bits", &use_hw_ad_bits);
sys/amd64/vmm/intel/ept.c
113
TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only);
sys/amd64/vmm/intel/vmx.c
850
TUNABLE_INT_FETCH("hw.vmm.vmx.use_tpr_shadowing",
sys/amd64/vmm/intel/vmx.c
853
TUNABLE_INT_FETCH("hw.vmm.vmx.cap.tpr_shadowing",
sys/amd64/vmm/intel/vmx.c
876
TUNABLE_INT_FETCH("hw.vmm.vmx.use_apic_vid",
sys/amd64/vmm/intel/vmx.c
879
TUNABLE_INT_FETCH("hw.vmm.vmx.cap.virtual_interrupt_delivery",
sys/amd64/vmm/intel/vmx.c
907
TUNABLE_INT_FETCH("hw.vmm.vmx.use_apic_pir",
sys/amd64/vmm/intel/vmx.c
910
TUNABLE_INT_FETCH("hw.vmm.vmx.cap.posted_interrupts",
sys/amd64/vmm/intel/vmx.c
929
TUNABLE_INT_FETCH("hw.vmm.l1d_flush", &guest_l1d_flush);
sys/amd64/vmm/intel/vmx.c
931
TUNABLE_INT_FETCH("hw.vmm.vmx.l1d_flush", &guest_l1d_flush);
sys/amd64/vmm/intel/vmx.c
944
TUNABLE_INT_FETCH("hw.vmm.l1d_flush_sw",
sys/amd64/vmm/intel/vmx.c
947
TUNABLE_INT_FETCH("hw.vmm.vmx.l1d_flush_sw",
sys/arm/arm/cpuinfo.c
101
TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_mask", &cpu_quirks_actlr_mask);
sys/arm/arm/cpuinfo.c
102
TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_set", &cpu_quirks_actlr_set);
sys/arm/arm/generic_timer.c
354
if (TUNABLE_INT_FETCH("hw.emulate_phys_counter", &emulate) &&
sys/arm/arm/generic_timer.c
753
if (TUNABLE_INT_FETCH("hw.userspace_allow_phys_counter", &user_phys) &&
sys/arm/arm/platform.c
228
if (TUNABLE_INT_FETCH("hw.ncpu", &ncpu)) {
sys/arm/arm/pmap-v6.c
1771
TUNABLE_INT_FETCH("vm.pmap.shpgperproc", &shpgperproc);
sys/arm/arm/pmap-v6.c
1773
TUNABLE_INT_FETCH("vm.pmap.pv_entry_max", &pv_entry_max);
sys/arm/arm/pmap-v6.c
1780
TUNABLE_INT_FETCH("vm.pmap.sp_enabled", &sp_enabled);
sys/arm/broadcom/bcm2835/bcm2835_rng.c
458
TUNABLE_INT_FETCH("bcmrng.stall_count", &sc->sc_stall_count);
sys/arm/broadcom/bcm2835/bcm2835_rng.c
460
TUNABLE_INT_FETCH("bcmrng.2xspeed", &sc->sc_rbg2x);
sys/arm/freescale/imx/imx6_anatop.c
441
TUNABLE_INT_FETCH("hw.imx6.cpu_minmhz", &sc->cpu_minmhz);
sys/arm/freescale/imx/imx6_anatop.c
446
TUNABLE_INT_FETCH("hw.imx6.cpu_maxmhz", &sc->cpu_maxmhz);
sys/arm/freescale/imx/imx6_mp.c
91
TUNABLE_INT_FETCH("hw.ncpu", &ncpu);
sys/arm/mv/mv_common.c
585
TUNABLE_INT_FETCH("hw.pm-disable-mask", &mask);
sys/arm64/arm64/mp_machdep.c
922
if (TUNABLE_INT_FETCH("hw.ncpu", &cores)) {
sys/arm64/arm64/pmap.c
1791
TUNABLE_INT_FETCH("vm.pmap.superpages_enabled", &superpages_enabled);
sys/arm64/arm64/ptrauth.c
96
TUNABLE_INT_FETCH("hw.pac.enable", &pac_enable);
sys/cam/ata/ata_da.c
1862
TUNABLE_INT_FETCH(announce_buf, &quirks);
sys/cam/ata/ata_da.c
1867
TUNABLE_INT_FETCH(announce_buf, &softc->read_ahead);
sys/cam/ata/ata_da.c
1871
TUNABLE_INT_FETCH(announce_buf, &softc->write_cache);
sys/cam/nvme/nvme_da.c
988
TUNABLE_INT_FETCH(announce_buf, &quirks);
sys/cam/scsi/scsi_all.c
9671
TUNABLE_INT_FETCH("kern.cam.scsi_delay", &delay);
sys/cam/scsi/scsi_cd.c
654
TUNABLE_INT_FETCH(tmpstr, &softc->minimum_command_size);
sys/cam/scsi/scsi_da.c
2904
TUNABLE_INT_FETCH(tmpstr, &quirks);
sys/cam/scsi/scsi_da.c
2964
TUNABLE_INT_FETCH(tmpstr, &softc->minimum_cmd_size);
sys/cam/scsi/scsi_sa.c
2371
retval = TUNABLE_INT_FETCH(tmpstr, &tmpval);
sys/cam/scsi/scsi_sa.c
2381
retval = TUNABLE_INT_FETCH(tmpstr, &tmpval);
sys/cam/scsi/scsi_sa.c
2598
TUNABLE_INT_FETCH(tmpstr, &softc->allow_io_split);
sys/compat/linuxkpi/common/src/linux_current.c
272
TUNABLE_INT_FETCH("compat.linuxkpi.task_struct_reserve",
sys/ddb/db_capture.c
105
TUNABLE_INT_FETCH("debug.ddb.capture.bufsize", &db_capture_bufsize);
sys/dev/acpica/acpi_hpet.c
828
TUNABLE_INT_FETCH("hw.acpi.hpet.mmap_allow",
sys/dev/acpica/acpi_hpet.c
831
TUNABLE_INT_FETCH("hw.acpi.hpet.mmap_allow_write",
sys/dev/amdtemp/amdtemp.c
540
TUNABLE_INT_FETCH(tn, &sc->sc_offset);
sys/dev/cxgbe/t4_main.c
1328
TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags);
sys/dev/cxgbe/t4_main.c
1329
if (TUNABLE_INT_FETCH("hw.cxgbe.iflags", &sc->intr_flags) == 0)
sys/dev/cxgbe/t4_main.c
1441
if (TUNABLE_INT_FETCH("hw.cxgbe.sos", &i) && i != 0) {
sys/dev/cxgbe/t4_main.c
2444
if (TUNABLE_INT_FETCH("hw.cxgbe.sos", &i) && i != 0) {
sys/dev/cxgbe/t4_vf.c
534
TUNABLE_INT_FETCH("hw.cxgbe.dflags", &sc->debug_flags);
sys/dev/dpaa/if_dtsec.c
608
TUNABLE_INT_FETCH(tunable, &sc->sc_mode);
sys/dev/drm2/drm_os_freebsd.c
480
TUNABLE_INT_FETCH("drm.debug", &drm_debug);
sys/dev/drm2/drm_os_freebsd.c
481
TUNABLE_INT_FETCH("drm.notyet", &drm_notyet);
sys/dev/efidev/efirt.c
184
TUNABLE_INT_FETCH("efi.rt.disabled", &rt_disabled);
sys/dev/hid/hidmap.c
754
TUNABLE_INT_FETCH(tunable, &hm->debug_level);
sys/dev/iommu/busdma_iommu.c
1006
error = TUNABLE_INT_FETCH("hw.iommu.dma", &unit->dma_enabled);
sys/dev/iommu/busdma_iommu.c
1008
TUNABLE_INT_FETCH("hw.dmar.dma", &unit->dma_enabled);
sys/dev/isci/isci.c
315
TUNABLE_INT_FETCH("hw.isci.debug_level", &g_isci_debug_level);
sys/dev/isci/isci_controller.c
352
if (TUNABLE_INT_FETCH("hw.isci.controller_queue_depth",
sys/dev/isci/isci_controller.c
371
TUNABLE_INT_FETCH("hw.isci.io_shortage", &io_shortage);
sys/dev/isci/isci_controller.c
375
TUNABLE_INT_FETCH("hw.isci.fail_on_task_timeout", &fail_on_timeout);
sys/dev/isci/isci_controller.c
470
TUNABLE_INT_FETCH("hw.isci.max_segment_size", &max_segment_size);
sys/dev/isci/isci_interrupt.c
132
TUNABLE_INT_FETCH("hw.isci.force_legacy_interrupts",
sys/dev/itwd/itwd.c
142
TUNABLE_INT_FETCH("dev.itwd.irq", &irq);
sys/dev/itwd/itwd.c
143
TUNABLE_INT_FETCH("dev.itwd.nmi", &nmi);
sys/dev/mlx5/mlx5_core/mlx5_fwdump.c
77
TUNABLE_INT_FETCH("hw.mlx5.fw_dump_enable", &mlx5_fw_dump_enable);
sys/dev/mlx5/mlx5_core/mlx5_main.c
920
TUNABLE_INT_FETCH("hw.mlx5.auto_fw_update", &mlx5_auto_fw_update);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
241
TUNABLE_INT_FETCH("hw.mlx5.tls_max_tags", &zone_max);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
242
TUNABLE_INT_FETCH("hw.mlx5.tls_prealloc_tags", &prealloc_tags);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
296
TUNABLE_INT_FETCH("hw.mlx5.tls_prealloc_tags", &prealloc_tags);
sys/dev/mpi3mr/mpi3mr_pci.c
186
TUNABLE_INT_FETCH("hw.mpi3mr.debug_level", &sc->mpi3mr_debug);
sys/dev/mpi3mr/mpi3mr_pci.c
187
TUNABLE_INT_FETCH("hw.mpi3mr.ctrl_reset", &sc->reset.type);
sys/dev/mpi3mr/mpi3mr_pci.c
188
TUNABLE_INT_FETCH("hw.mpi3mr.iot_enable", &sc->iot_enable);
sys/dev/mpi3mr/mpi3mr_pci.c
189
TUNABLE_INT_FETCH("hw.mpi3mr.max_sgl_entries", &sc->max_sgl_entries);
sys/dev/mpi3mr/mpi3mr_pci.c
194
TUNABLE_INT_FETCH(tmpstr, &sc->mpi3mr_debug);
sys/dev/mpi3mr/mpi3mr_pci.c
198
TUNABLE_INT_FETCH(tmpstr, &sc->reset.type);
sys/dev/mpi3mr/mpi3mr_pci.c
202
TUNABLE_INT_FETCH(tmpstr, &sc->iot_enable);
sys/dev/mpi3mr/mpi3mr_pci.c
206
TUNABLE_INT_FETCH(tmpstr, &sc->max_sgl_entries);
sys/dev/mpr/mpr.c
1743
TUNABLE_INT_FETCH("hw.mpr.disable_msix", &sc->disable_msix);
sys/dev/mpr/mpr.c
1744
TUNABLE_INT_FETCH("hw.mpr.disable_msi", &sc->disable_msi);
sys/dev/mpr/mpr.c
1745
TUNABLE_INT_FETCH("hw.mpr.max_msix", &sc->max_msix);
sys/dev/mpr/mpr.c
1746
TUNABLE_INT_FETCH("hw.mpr.max_chains", &sc->max_chains);
sys/dev/mpr/mpr.c
1747
TUNABLE_INT_FETCH("hw.mpr.max_io_pages", &sc->max_io_pages);
sys/dev/mpr/mpr.c
1748
TUNABLE_INT_FETCH("hw.mpr.enable_ssu", &sc->enable_ssu);
sys/dev/mpr/mpr.c
1749
TUNABLE_INT_FETCH("hw.mpr.spinup_wait_time", &sc->spinup_wait_time);
sys/dev/mpr/mpr.c
1750
TUNABLE_INT_FETCH("hw.mpr.use_phy_num", &sc->use_phynum);
sys/dev/mpr/mpr.c
1751
TUNABLE_INT_FETCH("hw.mpr.encl_min_slots", &sc->encl_min_slots);
sys/dev/mpr/mpr.c
1752
TUNABLE_INT_FETCH("hw.mpr.max_reqframes", &sc->max_reqframes);
sys/dev/mpr/mpr.c
1753
TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes);
sys/dev/mpr/mpr.c
1754
TUNABLE_INT_FETCH("hw.mpr.max_replyframes", &sc->max_replyframes);
sys/dev/mpr/mpr.c
1755
TUNABLE_INT_FETCH("hw.mpr.max_evtframes", &sc->max_evtframes);
sys/dev/mpr/mpr.c
1766
TUNABLE_INT_FETCH(tmpstr, &sc->disable_msix);
sys/dev/mpr/mpr.c
1770
TUNABLE_INT_FETCH(tmpstr, &sc->disable_msi);
sys/dev/mpr/mpr.c
1774
TUNABLE_INT_FETCH(tmpstr, &sc->max_msix);
sys/dev/mpr/mpr.c
1778
TUNABLE_INT_FETCH(tmpstr, &sc->max_chains);
sys/dev/mpr/mpr.c
1782
TUNABLE_INT_FETCH(tmpstr, &sc->max_io_pages);
sys/dev/mpr/mpr.c
1791
TUNABLE_INT_FETCH(tmpstr, &sc->enable_ssu);
sys/dev/mpr/mpr.c
1795
TUNABLE_INT_FETCH(tmpstr, &sc->spinup_wait_time);
sys/dev/mpr/mpr.c
1799
TUNABLE_INT_FETCH(tmpstr, &sc->use_phynum);
sys/dev/mpr/mpr.c
1803
TUNABLE_INT_FETCH(tmpstr, &sc->encl_min_slots);
sys/dev/mpr/mpr.c
1807
TUNABLE_INT_FETCH(tmpstr, &sc->max_reqframes);
sys/dev/mpr/mpr.c
1811
TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes);
sys/dev/mpr/mpr.c
1815
TUNABLE_INT_FETCH(tmpstr, &sc->max_replyframes);
sys/dev/mpr/mpr.c
1819
TUNABLE_INT_FETCH(tmpstr, &sc->max_evtframes);
sys/dev/mps/mps.c
1594
TUNABLE_INT_FETCH("hw.mps.disable_msix", &sc->disable_msix);
sys/dev/mps/mps.c
1595
TUNABLE_INT_FETCH("hw.mps.disable_msi", &sc->disable_msi);
sys/dev/mps/mps.c
1596
TUNABLE_INT_FETCH("hw.mps.max_msix", &sc->max_msix);
sys/dev/mps/mps.c
1597
TUNABLE_INT_FETCH("hw.mps.max_chains", &sc->max_chains);
sys/dev/mps/mps.c
1598
TUNABLE_INT_FETCH("hw.mps.max_io_pages", &sc->max_io_pages);
sys/dev/mps/mps.c
1599
TUNABLE_INT_FETCH("hw.mps.enable_ssu", &sc->enable_ssu);
sys/dev/mps/mps.c
1600
TUNABLE_INT_FETCH("hw.mps.spinup_wait_time", &sc->spinup_wait_time);
sys/dev/mps/mps.c
1601
TUNABLE_INT_FETCH("hw.mps.use_phy_num", &sc->use_phynum);
sys/dev/mps/mps.c
1602
TUNABLE_INT_FETCH("hw.mps.max_reqframes", &sc->max_reqframes);
sys/dev/mps/mps.c
1603
TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes);
sys/dev/mps/mps.c
1604
TUNABLE_INT_FETCH("hw.mps.max_replyframes", &sc->max_replyframes);
sys/dev/mps/mps.c
1605
TUNABLE_INT_FETCH("hw.mps.max_evtframes", &sc->max_evtframes);
sys/dev/mps/mps.c
1616
TUNABLE_INT_FETCH(tmpstr, &sc->disable_msix);
sys/dev/mps/mps.c
1620
TUNABLE_INT_FETCH(tmpstr, &sc->disable_msi);
sys/dev/mps/mps.c
1624
TUNABLE_INT_FETCH(tmpstr, &sc->max_msix);
sys/dev/mps/mps.c
1628
TUNABLE_INT_FETCH(tmpstr, &sc->max_chains);
sys/dev/mps/mps.c
1632
TUNABLE_INT_FETCH(tmpstr, &sc->max_io_pages);
sys/dev/mps/mps.c
1641
TUNABLE_INT_FETCH(tmpstr, &sc->enable_ssu);
sys/dev/mps/mps.c
1645
TUNABLE_INT_FETCH(tmpstr, &sc->spinup_wait_time);
sys/dev/mps/mps.c
1649
TUNABLE_INT_FETCH(tmpstr, &sc->use_phynum);
sys/dev/mps/mps.c
1653
TUNABLE_INT_FETCH(tmpstr, &sc->max_reqframes);
sys/dev/mps/mps.c
1657
TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes);
sys/dev/mps/mps.c
1661
TUNABLE_INT_FETCH(tmpstr, &sc->max_replyframes);
sys/dev/mps/mps.c
1665
TUNABLE_INT_FETCH(tmpstr, &sc->max_evtframes);
sys/dev/mrsas/mrsas.c
474
TUNABLE_INT_FETCH("hw.mrsas.debug_level", &sc->mrsas_debug);
sys/dev/mrsas/mrsas.c
479
TUNABLE_INT_FETCH("hw.mrsas.lb_pending_cmds", &sc->lb_pending_cmds);
sys/dev/mrsas/mrsas.c
484
TUNABLE_INT_FETCH(tmpstr, &sc->mrsas_debug);
sys/dev/mxge/if_mxge.c
4175
TUNABLE_INT_FETCH("hw.mxge.max_slices", &mxge_max_slices);
sys/dev/mxge/if_mxge.c
4176
TUNABLE_INT_FETCH("hw.mxge.flow_control_enabled",
sys/dev/mxge/if_mxge.c
4178
TUNABLE_INT_FETCH("hw.mxge.intr_coal_delay",
sys/dev/mxge/if_mxge.c
4180
TUNABLE_INT_FETCH("hw.mxge.nvidia_ecrc_enable",
sys/dev/mxge/if_mxge.c
4182
TUNABLE_INT_FETCH("hw.mxge.force_firmware",
sys/dev/mxge/if_mxge.c
4184
TUNABLE_INT_FETCH("hw.mxge.deassert_wait",
sys/dev/mxge/if_mxge.c
4186
TUNABLE_INT_FETCH("hw.mxge.verbose",
sys/dev/mxge/if_mxge.c
4188
TUNABLE_INT_FETCH("hw.mxge.ticks", &mxge_ticks);
sys/dev/mxge/if_mxge.c
4189
TUNABLE_INT_FETCH("hw.mxge.always_promisc", &mxge_always_promisc);
sys/dev/mxge/if_mxge.c
4190
TUNABLE_INT_FETCH("hw.mxge.rss_hash_type", &mxge_rss_hash_type);
sys/dev/mxge/if_mxge.c
4191
TUNABLE_INT_FETCH("hw.mxge.rss_hashtype", &mxge_rss_hash_type);
sys/dev/mxge/if_mxge.c
4192
TUNABLE_INT_FETCH("hw.mxge.initial_mtu", &mxge_initial_mtu);
sys/dev/mxge/if_mxge.c
4193
TUNABLE_INT_FETCH("hw.mxge.throttle", &mxge_throttle);
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
387
TUNABLE_INT_FETCH(buf, &i);
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
415
TUNABLE_INT_FETCH(buf, &sc->split);
sys/dev/ntb/ntb_transport.c
368
TUNABLE_INT_FETCH(buf, &nt->compact);
sys/dev/nvme/nvme_ctrlr.c
126
TUNABLE_INT_FETCH("hw.nvme.admin_entries", &num_entries);
sys/dev/nvme/nvme_ctrlr.c
1698
TUNABLE_INT_FETCH("hw.nvme.admin_timeout_period", &timeout_period);
sys/dev/nvme/nvme_ctrlr.c
170
TUNABLE_INT_FETCH("hw.nvme.io_entries", &num_entries);
sys/dev/nvme/nvme_ctrlr.c
1704
TUNABLE_INT_FETCH("hw.nvme.timeout_period", &timeout_period);
sys/dev/nvme/nvme_ctrlr.c
1710
TUNABLE_INT_FETCH("hw.nvme.retry_count", &nvme_retry_count);
sys/dev/nvme/nvme_ctrlr.c
1713
TUNABLE_INT_FETCH("hw.nvme.enable_aborts", &ctrlr->enable_aborts);
sys/dev/nvme/nvme_ctrlr.c
177
TUNABLE_INT_FETCH("hw.nvme.io_trackers", &num_trackers);
sys/dev/nvme/nvme_ctrlr.c
829
TUNABLE_INT_FETCH("hw.nvme.int_coal_time",
sys/dev/nvme/nvme_ctrlr.c
833
TUNABLE_INT_FETCH("hw.nvme.int_coal_threshold",
sys/dev/nvme/nvme_pci.c
322
TUNABLE_INT_FETCH("hw.nvme.force_intx", &force_intx);
sys/dev/nvme/nvme_pci.c
335
TUNABLE_INT_FETCH("hw.nvme.num_io_queues", &num_io_queues);
sys/dev/nvme/nvme_pci.c
340
TUNABLE_INT_FETCH("hw.nvme.per_cpu_io_queues", &per_cpu_io_queues);
sys/dev/nvme/nvme_pci.c
345
TUNABLE_INT_FETCH("hw.nvme.min_cpus_per_ioq", &min_cpus_per_ioq);
sys/dev/pci/pci.c
3604
if (TUNABLE_INT_FETCH(tunable_name, &irq) && (irq >= 255 || irq <= 0))
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
735
TUNABLE_INT_FETCH( "DPMC_TIMEOUT_SECS", &ag_timeout_secs );
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
736
TUNABLE_INT_FETCH( "DPMC_TIDEBUG_LEVEL", &gTiDebugLevel );
sys/dev/regulator/regulator.c
195
TUNABLE_INT_FETCH("hw.regulator.disable_unused", &disable);
sys/dev/rl/if_rl.c
654
TUNABLE_INT_FETCH(tn, &sc->rl_twister_enable);
sys/dev/rl/if_rl.c
677
TUNABLE_INT_FETCH(tn, &prefer_iomap);
sys/dev/sfxge/sfxge.c
686
TUNABLE_INT_FETCH(rss_param_name, &sc->max_rss_channels);
sys/dev/sfxge/sfxge.c
692
TUNABLE_INT_FETCH(mcdi_log_param_name, &sc->mcdi_logging);
sys/dev/thunderbolt/nhi.c
127
if (TUNABLE_INT_FETCH("hw.nhi.max_rings", &val) != 0) {
sys/dev/thunderbolt/nhi.c
131
if (TUNABLE_INT_FETCH("hw.nhi.force_hcm", &val) != 0)
sys/dev/thunderbolt/nhi.c
142
if (TUNABLE_INT_FETCH(tmpstr, &val) != 0) {
sys/dev/thunderbolt/nhi.c
148
if (TUNABLE_INT_FETCH(tmpstr, &val) != 0)
sys/dev/ti/if_ti.c
3991
TUNABLE_INT_FETCH(tname, &sc->ti_dac);
sys/dev/uart/uart_core.c
206
TUNABLE_INT_FETCH("hw.uart.pps_mode", &sc->sc_pps_mode);
sys/dev/ufshci/ufshci_acpi.c
160
TUNABLE_INT_FETCH("hw.ufshci.num_io_queues", &num_io_queues);
sys/dev/ufshci/ufshci_acpi.c
165
TUNABLE_INT_FETCH("hw.ufshci.per_cpu_io_queues", &per_cpu_io_queues);
sys/dev/ufshci/ufshci_acpi.c
170
TUNABLE_INT_FETCH("hw.ufshci.min_cpus_per_ioq", &min_cpus_per_ioq);
sys/dev/ufshci/ufshci_ctrlr.c
376
TUNABLE_INT_FETCH("hw.ufshci.timeout_period", &timeout_period);
sys/dev/ufshci/ufshci_ctrlr.c
382
TUNABLE_INT_FETCH("hw.ufshci.retry_count", &retry_count);
sys/dev/ufshci/ufshci_ctrlr.c
389
TUNABLE_INT_FETCH("hw.ufshci.enable_aborts",
sys/dev/ufshci/ufshci_pci.c
191
TUNABLE_INT_FETCH("hw.ufshci.force_intx", &force_intx);
sys/dev/ufshci/ufshci_pci.c
210
TUNABLE_INT_FETCH("hw.ufshci.num_io_queues", &num_io_queues);
sys/dev/ufshci/ufshci_pci.c
215
TUNABLE_INT_FETCH("hw.ufshci.per_cpu_io_queues", &per_cpu_io_queues);
sys/dev/ufshci/ufshci_pci.c
220
TUNABLE_INT_FETCH("hw.ufshci.min_cpus_per_ioq", &min_cpus_per_ioq);
sys/dev/virtio/block/virtio_blk.c
1833
TUNABLE_INT_FETCH(path, &def);
sys/dev/virtio/network/if_vtnet.c
4585
TUNABLE_INT_FETCH(path, &def);
sys/dev/virtio/scsi/virtio_scsi.c
2294
TUNABLE_INT_FETCH("hw.vtscsi.debug_level", &sc->vtscsi_debug);
sys/dev/virtio/scsi/virtio_scsi.c
2298
TUNABLE_INT_FETCH(tmpstr, &sc->vtscsi_debug);
sys/dev/vmm/vmm_dev.c
1254
TUNABLE_INT_FETCH("hw.vmm.maxcpu", &vm_maxcpu);
sys/dev/vmware/pvscsi/pvscsi.c
237
TUNABLE_INT_FETCH(cfg, &value);
sys/dev/vt/hw/efifb/efifb.c
82
TUNABLE_INT_FETCH("hw.syscons.disable", &disabled);
sys/dev/vt/hw/fb/vt_fb.c
547
if (TUNABLE_INT_FETCH("teken.bg_color", &bg) != 0) {
sys/dev/vt/hw/ofwfb/ofwfb.c
102
TUNABLE_INT_FETCH("hw.ofwfb.disable", &disabled);
sys/dev/vt/hw/ofwfb/ofwfb.c
466
TUNABLE_INT_FETCH("hw.ofwfb.argb32_pixel", &sc->argb);
sys/dev/vt/hw/simplefb/simplefb.c
150
TUNABLE_INT_FETCH("hw.syscons.disable", &disabled);
sys/dev/vt/hw/vbefb/vbefb.c
82
TUNABLE_INT_FETCH("hw.syscons.disable", &disabled);
sys/dev/vt/hw/vga/vt_vga.c
1278
TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
sys/dev/vt/hw/vga/vt_vga.c
1324
TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
sys/dev/xen/efi/pvefi.c
222
TUNABLE_INT_FETCH("efi.rt.disabled", &rt_disabled);
sys/fs/nfsclient/nfs_clnfsiod.c
217
TUNABLE_INT_FETCH("vfs.nfs.iodmin", &nfs_iodmin);
sys/i386/i386/initcpu.c
791
TUNABLE_INT_FETCH("hw.clflush_disable", &hw_clflush_disable);
sys/i386/i386/machdep.c
1534
TUNABLE_INT_FETCH("debug.late_console", &late_console);
sys/i386/i386/machdep.c
1542
TUNABLE_INT_FETCH("hw.use_xsave", &use_xsave);
sys/i386/i386/machdep.c
918
TUNABLE_INT_FETCH("hw.above4g_allow", &above4g_allow);
sys/i386/i386/machdep.c
919
TUNABLE_INT_FETCH("hw.above24g_allow", &above24g_allow);
sys/i386/i386/machdep.c
940
TUNABLE_INT_FETCH("hw.hasbrokenint12", &hasbrokenint12);
sys/i386/i386/npx.c
340
TUNABLE_INT_FETCH("hw.lazy_fpu_switch", &lazy_fpu_switch);
sys/i386/i386/pmap.c
1015
TUNABLE_INT_FETCH("vm.pmap.pg_ps_enabled", &pg_ps_enabled);
sys/i386/i386/pmap.c
6005
TUNABLE_INT_FETCH("machdep.trm_guard", &trm_guard);
sys/i386/i386/pmap.c
991
TUNABLE_INT_FETCH("vm.pmap.shpgperproc", &shpgperproc);
sys/i386/i386/pmap.c
993
TUNABLE_INT_FETCH("vm.pmap.pv_entry_max", &pv_entry_max);
sys/i386/i386/pmap_base.c
974
TUNABLE_INT_FETCH("vm.pmap.pae_mode", &pae_mode);
sys/kern/init_main.c
277
TUNABLE_INT_FETCH("debug.verbose_sysinit", &verbose_sysinit);
sys/kern/kern_boottrace.c
590
TUNABLE_INT_FETCH("kern.boottrace.table_size", &bt.size);
sys/kern/kern_environment.c
1105
TUNABLE_INT_FETCH(d->path, d->var);
sys/kern/kern_environment.c
463
TUNABLE_INT_FETCH("kenv_mvallen", &kenv_mvallen);
sys/kern/kern_malloc.c
309
TUNABLE_INT_FETCH("debug.malloc.numzones",
sys/kern/kern_mbuf.c
169
TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters);
sys/kern/kern_mbuf.c
173
TUNABLE_INT_FETCH("kern.ipc.nmbjumbop", &nmbjumbop);
sys/kern/kern_mbuf.c
177
TUNABLE_INT_FETCH("kern.ipc.nmbjumbo9", &nmbjumbo9);
sys/kern/kern_mbuf.c
181
TUNABLE_INT_FETCH("kern.ipc.nmbjumbo16", &nmbjumbo16);
sys/kern/kern_mbuf.c
189
TUNABLE_INT_FETCH("kern.ipc.nmbufs", &nmbufs);
sys/kern/kern_mbuf.c
200
TUNABLE_INT_FETCH("kern.ipc.mb_use_ext_pgs", &extpg);
sys/kern/kern_tc.c
1987
TUNABLE_INT_FETCH("kern.timecounter.timehands_count",
sys/kern/kern_timeout.c
283
TUNABLE_INT_FETCH("kern.ncallout", &ncallout);
sys/kern/kern_timeout.c
295
TUNABLE_INT_FETCH("kern.pin_default_swi", &pin_default_swi);
sys/kern/kern_timeout.c
296
TUNABLE_INT_FETCH("kern.pin_pcpu_swi", &pin_pcpu_swi);
sys/kern/subr_asan.c
135
TUNABLE_INT_FETCH("debug.kasan.disabled", &disabled);
sys/kern/subr_msan.c
611
TUNABLE_INT_FETCH("debug.kmsan.disabled", &disabled);
sys/kern/subr_param.c
179
TUNABLE_INT_FETCH("kern.kstack_pages", &kstack_pages);
sys/kern/subr_param.c
182
TUNABLE_INT_FETCH("kern.hz", &hz);
sys/kern/subr_param.c
216
TUNABLE_INT_FETCH("kern.msgbufsize", &msgbufsize);
sys/kern/subr_param.c
246
TUNABLE_INT_FETCH("kern.ngroups", &ngroups_max);
sys/kern/subr_param.c
260
TUNABLE_INT_FETCH("kern.pid_max", &pid_max);
sys/kern/subr_param.c
266
TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed);
sys/kern/subr_param.c
281
TUNABLE_INT_FETCH("kern.maxusers", &maxusers);
sys/kern/subr_param.c
309
TUNABLE_INT_FETCH("kern.maxproc", &maxproc);
sys/kern/subr_param.c
325
TUNABLE_INT_FETCH("kern.maxfiles", &maxfiles);
sys/kern/subr_param.c
330
TUNABLE_INT_FETCH("kern.maxfilesperproc", &maxfilesperproc);
sys/kern/subr_param.c
336
TUNABLE_INT_FETCH("kern.nbuf", &nbuf);
sys/kern/subr_param.c
337
TUNABLE_INT_FETCH("kern.bio_transient_maxcnt", &bio_transient_maxcnt);
sys/kern/subr_param.c
355
TUNABLE_INT_FETCH("kern.nswbuf", &nswbuf);
sys/kern/subr_sfbuf.c
92
TUNABLE_INT_FETCH("kern.ipc.nsfbufs", &nsfbufs);
sys/kern/subr_terminal.c
174
TUNABLE_INT_FETCH("teken.fg_color", &fg);
sys/kern/subr_terminal.c
175
TUNABLE_INT_FETCH("teken.bg_color", &bg);
sys/kern/uipc_socket.c
790
TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets);
sys/net/if_vxlan.c
3607
TUNABLE_INT_FETCH(path, &def);
sys/net/route/route_tables.c
299
TUNABLE_INT_FETCH("net.fibs", &num_rtables_base);
sys/net/rtsock.c
253
if (TUNABLE_INT_FETCH("net.route.netisr_maxqlen", &tmp))
sys/netinet/ip_carp.c
2866
TUNABLE_INT_FETCH("net.inet.carp.allow", &V_carp_allow);
sys/netinet/ip_reass.c
688
TUNABLE_INT_FETCH("net.inet.ip.reass_hashsize", &V_ipq_hashsize);
sys/netinet/sctp_pcb.c
5607
TUNABLE_INT_FETCH("net.inet.sctp.tcbhashsize", &SCTP_BASE_SYSCTL(sctp_hashtblsize));
sys/netinet/sctp_pcb.c
5608
TUNABLE_INT_FETCH("net.inet.sctp.pcbhashsize", &SCTP_BASE_SYSCTL(sctp_pcbtblsize));
sys/netinet/sctp_pcb.c
5609
TUNABLE_INT_FETCH("net.inet.sctp.chunkscale", &SCTP_BASE_SYSCTL(sctp_chunkscale));
sys/netinet/tcp_fastopen.c
395
TUNABLE_INT_FETCH("net.inet.tcp.fastopen.ccache_bucket_limit",
sys/netinet/tcp_hostcache.c
238
TUNABLE_INT_FETCH("net.inet.tcp.hostcache.hashsize",
sys/netinet/tcp_hostcache.c
246
TUNABLE_INT_FETCH("net.inet.tcp.hostcache.bucketlimit",
sys/netinet/tcp_hostcache.c
251
TUNABLE_INT_FETCH("net.inet.tcp.hostcache.cachelimit",
sys/netinet/tcp_reass.c
266
TUNABLE_INT_FETCH("net.inet.tcp.reass.maxsegments",
sys/netinet/tcp_subr.c
1459
TUNABLE_INT_FETCH("net.inet.tcp.sack.enable", &V_tcp_do_sack);
sys/netinet/tcp_syncache.c
255
TUNABLE_INT_FETCH("net.inet.tcp.syncache.hashsize",
sys/netinet/tcp_syncache.c
257
TUNABLE_INT_FETCH("net.inet.tcp.syncache.bucketlimit",
sys/netinet/tcp_syncache.c
269
TUNABLE_INT_FETCH("net.inet.tcp.syncache.cachelimit",
sys/netinet6/ip6_input.c
233
TUNABLE_INT_FETCH("net.inet6.ip6.auto_linklocal",
sys/netinet6/ip6_input.c
235
TUNABLE_INT_FETCH("net.inet6.ip6.accept_rtadv", &V_ip6_accept_rtadv);
sys/netinet6/ip6_input.c
236
TUNABLE_INT_FETCH("net.inet6.ip6.no_radr", &V_ip6_no_radr);
sys/netipsec/key.c
8526
TUNABLE_INT_FETCH("net.key.spdcache.maxentries",
sys/netipsec/key.c
8528
TUNABLE_INT_FETCH("net.key.spdcache.threshold",
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
1448
TUNABLE_INT_FETCH("net.inet.ipf.large_nat",
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
1450
TUNABLE_INT_FETCH("net.inet.ipf.jail_allowed",
sys/netpfil/ipfw/ip_fw_pfil.c
674
TUNABLE_INT_FETCH("net.inet.ip.fw.enable", &V_fw_enable);
sys/netpfil/ipfw/ip_fw_pfil.c
679
TUNABLE_INT_FETCH("net.inet6.ip6.fw.enable", &V_fw6_enable);
sys/netpfil/ipfw/ip_fw_pfil.c
684
TUNABLE_INT_FETCH("net.link.ether.ipfw", &V_fwlink_enable);
sys/powerpc/aim/aim_machdep.c
590
TUNABLE_INT_FETCH("radix_mmu", &radix_mmu);
sys/powerpc/aim/mmu_oea64.c
1042
TUNABLE_INT_FETCH("machdep.moea64_bpvo_pool_size", &moea64_bpvo_pool_size);
sys/powerpc/aim/mmu_oea64.c
1932
TUNABLE_INT_FETCH("vm.pmap.superpages_enabled", &superpages_enabled);
sys/powerpc/aim/mmu_oea64.c
872
if (!TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed",
sys/powerpc/aim/mmu_radix.c
3710
TUNABLE_INT_FETCH("vm.pmap.superpages_enabled", &superpages_enabled);
sys/powerpc/booke/pmap.c
1075
TUNABLE_INT_FETCH("vm.pmap.shpgperproc", &shpgperproc);
sys/powerpc/booke/pmap.c
1078
TUNABLE_INT_FETCH("vm.pmap.pv_entry_max", &pv_entry_max);
sys/powerpc/ofw/ofw_real.c
378
TUNABLE_INT_FETCH("machdep.ofw.mtx_spin", &mtx_spin);
sys/powerpc/ofw/ofw_syscons.c
237
TUNABLE_INT_FETCH("hw.syscons.disable", &disable);
sys/powerpc/ofw/ofw_syscons.c
375
TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height);
sys/powerpc/ofw/ofw_syscons.c
390
TUNABLE_INT_FETCH("hw.syscons.border", &cborder);
sys/powerpc/powernv/platform_powernv.c
589
TUNABLE_INT_FETCH("vm.numa.disabled", &i);
sys/powerpc/ps3/ps3_syscons.c
209
TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info.fb_height);
sys/powerpc/ps3/ps3_syscons.c
210
TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width);
sys/powerpc/ps3/ps3_syscons.c
97
TUNABLE_INT_FETCH("hw.syscons.disable", &disable);
sys/powerpc/pseries/platform_chrp.c
200
TUNABLE_INT_FETCH("debug.quiesce_ofw", &quiesce);
sys/riscv/riscv/mp_machdep.c
485
if (TUNABLE_INT_FETCH("hw.ncpu", &cores)) {
sys/riscv/riscv/pmap.c
789
TUNABLE_INT_FETCH("vm.pmap.mode", &mode);
sys/vm/memguard.c
170
TUNABLE_INT_FETCH("vm.memguard.divisor", &vm_memguard_divisor);
sys/vm/uma_core.c
3241
TUNABLE_INT_FETCH("vm.debug.divisor", &dbg_divisor);
sys/vm/vm_page.c
224
TUNABLE_INT_FETCH("vm.pgcache_zone_max_pcpu", &pgcache_zone_max_pcpu);
sys/vm/vm_page.c
774
TUNABLE_INT_FETCH("debug.vm.lazy_page_init", &lazyinit);
sys/vm/vm_phys.c
691
TUNABLE_INT_FETCH("vm.numa.disabled", &numa_disabled);
sys/vm/vnode_pager.c
143
TUNABLE_INT_FETCH("vm.vnode_pbufs", &nvnpbufs);
sys/x86/acpica/madt.c
224
TUNABLE_INT_FETCH("hw.apic.x2apic_mode", &user_x2apic);
sys/x86/iommu/amd_drv.c
419
TUNABLE_INT_FETCH("hw.amdiommu.enable", &amdiommu_enable);
sys/x86/iommu/amd_event.c
272
TUNABLE_INT_FETCH("hw.amdiommu.event_log_size", &unit->event_log_size);
sys/x86/iommu/amd_intrmap.c
376
TUNABLE_INT_FETCH("hw.iommu.ir", &enabled);
sys/x86/iommu/amd_intrmap.c
383
TUNABLE_INT_FETCH("hw.iommu.amd.ir_num", &nentries);
sys/x86/iommu/intel_drv.c
199
TUNABLE_INT_FETCH("hw.dmar.enable", &dmar_enable);
sys/x86/iommu/intel_drv.c
202
TUNABLE_INT_FETCH("hw.dmar.rmrr_enable", &dmar_rmrr_enable);
sys/x86/iommu/intel_drv.c
516
TUNABLE_INT_FETCH("hw.dmar.pmr.disable", &disable_pmr);
sys/x86/iommu/intel_fault.c
266
TUNABLE_INT_FETCH("hw.dmar.fault_log_size", &unit->fault_log_size);
sys/x86/iommu/intel_intrmap.c
333
TUNABLE_INT_FETCH("hw.dmar.ir", &unit->ir_enabled);
sys/x86/iommu/intel_intrmap.c
334
TUNABLE_INT_FETCH("hw.iommu.ir", &unit->ir_enabled);
sys/x86/iommu/intel_qi.c
351
TUNABLE_INT_FETCH("hw.dmar.qi", &unit->qi_enabled);
sys/x86/iommu/iommu_utils.c
513
TUNABLE_INT_FETCH("hw.iommu.qi_size", &qi_sz);
sys/x86/pci/qpi.c
74
TUNABLE_INT_FETCH("hw.attach_intel_csr_pci", &do_qpi);
sys/x86/x86/cpu_machdep.c
958
TUNABLE_INT_FETCH("machdep.idle_apl31", &cpu_idle_apl31_workaround);
sys/x86/x86/identcpu.c
1604
TUNABLE_INT_FETCH("hw.cpu_stdext_disable", &cpu_stdext_disable);
sys/x86/x86/local_apic.c
622
TUNABLE_INT_FETCH("hw.apic.timer_tsc_deadline",
sys/x86/x86/local_apic.c
655
TUNABLE_INT_FETCH("hw.apic.eoi_suppression",
sys/x86/x86/ucode.c
328
TUNABLE_INT_FETCH("debug.ucode.release", &release);