Home
last modified time | relevance | path

Searched refs:TUNABLE_INT_FETCH (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/sys/kern/
H A Dsubr_param.c178 TUNABLE_INT_FETCH("kern.kstack_pages", &kstack_pages); in init_param1()
181 TUNABLE_INT_FETCH("kern.hz", &hz); in init_param1()
215 TUNABLE_INT_FETCH("kern.msgbufsize", &msgbufsize); in init_param1()
248 TUNABLE_INT_FETCH("kern.ngroups", &ngroups_max); in init_param1()
262 TUNABLE_INT_FETCH("kern.pid_max", &pid_max); in init_param1()
268 TUNABLE_INT_FETCH("vfs.unmapped_buf_allowed", &unmapped_buf_allowed); in init_param1()
282 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2()
306 TUNABLE_INT_FETCH("kern.maxproc", &maxproc); in init_param2()
319 TUNABLE_INT_FETCH("kern.maxfiles", &maxfiles); in init_param2()
323 TUNABLE_INT_FETCH("kern.maxfilesperproc", &maxfilesperproc); in init_param2()
[all …]
H A Dkern_mbuf.c169 TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters); in tunable_mbinit()
173 TUNABLE_INT_FETCH("kern.ipc.nmbjumbop", &nmbjumbop); in tunable_mbinit()
177 TUNABLE_INT_FETCH("kern.ipc.nmbjumbo9", &nmbjumbo9); in tunable_mbinit()
181 TUNABLE_INT_FETCH("kern.ipc.nmbjumbo16", &nmbjumbo16); in tunable_mbinit()
189 TUNABLE_INT_FETCH("kern.ipc.nmbufs", &nmbufs); in tunable_mbinit()
200 TUNABLE_INT_FETCH("kern.ipc.mb_use_ext_pgs", &extpg); in tunable_mbinit()
/freebsd/sys/amd64/vmm/intel/
H A Dept.c101 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages); in ept_init()
106 TUNABLE_INT_FETCH("hw.vmm.ept.use_hw_ad_bits", &use_hw_ad_bits); in ept_init()
113 TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only); in ept_init()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1327 TUNABLE_INT_FETCH("vm.pmap.pti", &pti); in hammer_time()
1328 TUNABLE_INT_FETCH("vm.pmap.pcid_enabled", &pmap_pcid_enabled); in hammer_time()
1340 TUNABLE_INT_FETCH("vm.pmap.pcid_invlpg_workaround", in hammer_time()
1346 TUNABLE_INT_FETCH("hw.use_xsave", &use_xsave); in hammer_time()
1464 TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable); in hammer_time()
1465 TUNABLE_INT_FETCH("machdep.mitigations.ibrs.disable", &hw_ibrs_disable); in hammer_time()
1467 TUNABLE_INT_FETCH("hw.spec_store_bypass_disable", &hw_ssb_disable); in hammer_time()
1468 TUNABLE_INT_FETCH("machdep.mitigations.ssb.disable", &hw_ssb_disable); in hammer_time()
1470 TUNABLE_INT_FETCH("machdep.syscall_ret_flush_l1d", in hammer_time()
1473 TUNABLE_INT_FETCH("hw.mds_disable", &hw_mds_disable); in hammer_time()
[all …]
H A Dinitcpu.c306 !TUNABLE_INT_FETCH( in initializecpu()
368 TUNABLE_INT_FETCH("hw.clflush_disable", &hw_clflush_disable); in initializecpucache()
/freebsd/sys/dev/nvme/
H A Dnvme_pci.c271 TUNABLE_INT_FETCH("hw.nvme.force_intx", &force_intx); in nvme_ctrlr_setup_interrupts()
284 TUNABLE_INT_FETCH("hw.nvme.num_io_queues", &num_io_queues); in nvme_ctrlr_setup_interrupts()
289 TUNABLE_INT_FETCH("hw.nvme.per_cpu_io_queues", &per_cpu_io_queues); in nvme_ctrlr_setup_interrupts()
294 TUNABLE_INT_FETCH("hw.nvme.min_cpus_per_ioq", &min_cpus_per_ioq); in nvme_ctrlr_setup_interrupts()
H A Dnvme_ctrlr.c121 TUNABLE_INT_FETCH("hw.nvme.admin_entries", &num_entries); in nvme_ctrlr_construct_admin_qpair()
165 TUNABLE_INT_FETCH("hw.nvme.io_entries", &num_entries); in nvme_ctrlr_construct_io_qpairs()
172 TUNABLE_INT_FETCH("hw.nvme.io_trackers", &num_trackers); in nvme_ctrlr_construct_io_qpairs()
885 TUNABLE_INT_FETCH("hw.nvme.int_coal_time", in nvme_ctrlr_configure_int_coalescing()
889 TUNABLE_INT_FETCH("hw.nvme.int_coal_threshold", in nvme_ctrlr_configure_int_coalescing()
1545 TUNABLE_INT_FETCH("hw.nvme.admin_timeout_period", &timeout_period); in nvme_ctrlr_construct()
1551 TUNABLE_INT_FETCH("hw.nvme.timeout_period", &timeout_period); in nvme_ctrlr_construct()
1557 TUNABLE_INT_FETCH("hw.nvme.retry_count", &nvme_retry_count); in nvme_ctrlr_construct()
1560 TUNABLE_INT_FETCH("hw.nvme.enable_aborts", &ctrlr->enable_aborts); in nvme_ctrlr_construct()
/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c97 TUNABLE_INT_FETCH("hw.syscons.disable", &disable); in ps3fb_probe()
209 TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info.fb_height); in ps3fb_init()
210 TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width); in ps3fb_init()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_pci.c184 TUNABLE_INT_FETCH("hw.mpi3mr.debug_level", &sc->mpi3mr_debug); in mpi3mr_get_tunables()
185 TUNABLE_INT_FETCH("hw.mpi3mr.ctrl_reset", &sc->reset.type); in mpi3mr_get_tunables()
186 TUNABLE_INT_FETCH("hw.mpi3mr.iot_enable", &sc->iot_enable); in mpi3mr_get_tunables()
191 TUNABLE_INT_FETCH(tmpstr, &sc->mpi3mr_debug); in mpi3mr_get_tunables()
195 TUNABLE_INT_FETCH(tmpstr, &sc->reset.type); in mpi3mr_get_tunables()
199 TUNABLE_INT_FETCH(tmpstr, &sc->iot_enable); in mpi3mr_get_tunables()
/freebsd/sys/dev/mps/
H A Dmps.c1595 TUNABLE_INT_FETCH("hw.mps.disable_msix", &sc->disable_msix); in mps_get_tunables()
1596 TUNABLE_INT_FETCH("hw.mps.disable_msi", &sc->disable_msi); in mps_get_tunables()
1597 TUNABLE_INT_FETCH("hw.mps.max_msix", &sc->max_msix); in mps_get_tunables()
1598 TUNABLE_INT_FETCH("hw.mps.max_chains", &sc->max_chains); in mps_get_tunables()
1599 TUNABLE_INT_FETCH("hw.mps.max_io_pages", &sc->max_io_pages); in mps_get_tunables()
1600 TUNABLE_INT_FETCH("hw.mps.enable_ssu", &sc->enable_ssu); in mps_get_tunables()
1601 TUNABLE_INT_FETCH("hw.mps.spinup_wait_time", &sc->spinup_wait_time); in mps_get_tunables()
1602 TUNABLE_INT_FETCH("hw.mps.use_phy_num", &sc->use_phynum); in mps_get_tunables()
1603 TUNABLE_INT_FETCH("hw.mps.max_reqframes", &sc->max_reqframes); in mps_get_tunables()
1604 TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes); in mps_get_tunables()
[all …]
/freebsd/sys/dev/itwd/
H A Ditwd.c142 TUNABLE_INT_FETCH("dev.itwd.irq", &irq); in itwd_attach()
143 TUNABLE_INT_FETCH("dev.itwd.nmi", &nmi); in itwd_attach()
/freebsd/sys/dev/mpr/
H A Dmpr.c1743 TUNABLE_INT_FETCH("hw.mpr.disable_msix", &sc->disable_msix); in mpr_get_tunables()
1744 TUNABLE_INT_FETCH("hw.mpr.disable_msi", &sc->disable_msi); in mpr_get_tunables()
1745 TUNABLE_INT_FETCH("hw.mpr.max_msix", &sc->max_msix); in mpr_get_tunables()
1746 TUNABLE_INT_FETCH("hw.mpr.max_chains", &sc->max_chains); in mpr_get_tunables()
1747 TUNABLE_INT_FETCH("hw.mpr.max_io_pages", &sc->max_io_pages); in mpr_get_tunables()
1748 TUNABLE_INT_FETCH("hw.mpr.enable_ssu", &sc->enable_ssu); in mpr_get_tunables()
1749 TUNABLE_INT_FETCH("hw.mpr.spinup_wait_time", &sc->spinup_wait_time); in mpr_get_tunables()
1750 TUNABLE_INT_FETCH("hw.mpr.use_phy_num", &sc->use_phynum); in mpr_get_tunables()
1751 TUNABLE_INT_FETCH("hw.mpr.max_reqframes", &sc->max_reqframes); in mpr_get_tunables()
1752 TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes); in mpr_get_tunables()
[all …]
/freebsd/sys/amd64/vmm/amd/
H A Dnpt.c59 TUNABLE_INT_FETCH("hw.vmm.npt.enable_superpage", &enable_superpage); in svm_npt_init()
/freebsd/sys/dev/isci/
H A Disci_controller.c352 if (TUNABLE_INT_FETCH("hw.isci.controller_queue_depth", in isci_controller_initialize()
371 TUNABLE_INT_FETCH("hw.isci.io_shortage", &io_shortage); in isci_controller_initialize()
375 TUNABLE_INT_FETCH("hw.isci.fail_on_task_timeout", &fail_on_timeout); in isci_controller_initialize()
470 TUNABLE_INT_FETCH("hw.isci.max_segment_size", &max_segment_size); in isci_controller_allocate_memory()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c674 TUNABLE_INT_FETCH("net.inet.ip.fw.enable", &V_fw_enable); in ipfw_attach_hooks()
679 TUNABLE_INT_FETCH("net.inet6.ip6.fw.enable", &V_fw6_enable); in ipfw_attach_hooks()
684 TUNABLE_INT_FETCH("net.link.ether.ipfw", &V_fwlink_enable); in ipfw_attach_hooks()
/freebsd/sys/x86/iommu/
H A Damd_intrmap.c369 TUNABLE_INT_FETCH("hw.iommu.ir", &enabled); in amdiommu_init_irt()
376 TUNABLE_INT_FETCH("hw.iommu.amd.ir_num", &nentries); in amdiommu_init_irt()
H A Dintel_intrmap.c329 TUNABLE_INT_FETCH("hw.dmar.ir", &unit->ir_enabled); in dmar_init_irt()
330 TUNABLE_INT_FETCH("hw.iommu.ir", &unit->ir_enabled); in dmar_init_irt()
/freebsd/sys/arm/arm/
H A Dcpuinfo.c101 TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_mask", &cpu_quirks_actlr_mask); in cpuinfo_init()
102 TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_set", &cpu_quirks_actlr_set); in cpuinfo_init()
H A Dplatform.c228 if (TUNABLE_INT_FETCH("hw.ncpu", &ncpu)) { in platform_mp_setmaxid()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_mp.c91 TUNABLE_INT_FETCH("hw.ncpu", &ncpu); in imx6_mp_setmaxid()
/freebsd/sys/netinet/
H A Dtcp_hostcache.c239 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.hashsize", in tcp_hc_init()
247 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.bucketlimit", in tcp_hc_init()
252 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.cachelimit", in tcp_hc_init()
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c82 TUNABLE_INT_FETCH("hw.syscons.disable", &disabled); in vt_vbefb_probe()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c480 TUNABLE_INT_FETCH("drm.debug", &drm_debug); in drm_modevent()
481 TUNABLE_INT_FETCH("drm.notyet", &drm_notyet); in drm_modevent()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c82 TUNABLE_INT_FETCH("hw.syscons.disable", &disabled); in vt_efifb_probe()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c458 TUNABLE_INT_FETCH("bcmrng.stall_count", &sc->sc_stall_count); in bcm2835_rng_attach()
460 TUNABLE_INT_FETCH("bcmrng.2xspeed", &sc->sc_rbg2x); in bcm2835_rng_attach()

123456