Home
last modified time | relevance | path

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

123

/f-stack/freebsd/kern/
H A Dsubr_param.c174 TUNABLE_INT_FETCH("kern.kstack_pages", &kstack_pages); in init_param1()
177 TUNABLE_INT_FETCH("kern.hz", &hz); in init_param1()
203 TUNABLE_INT_FETCH("kern.msgbufsize", &msgbufsize); in init_param1()
224 TUNABLE_INT_FETCH("kern.ngroups", &ngroups_max); in init_param1()
232 TUNABLE_INT_FETCH("kern.pid_max", &pid_max); in init_param1()
250 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2()
274 TUNABLE_INT_FETCH("kern.maxproc", &maxproc); in init_param2()
287 TUNABLE_INT_FETCH("kern.maxfiles", &maxfiles); in init_param2()
291 TUNABLE_INT_FETCH("kern.maxfilesperproc", &maxfilesperproc); in init_param2()
297 TUNABLE_INT_FETCH("kern.nbuf", &nbuf); in init_param2()
[all …]
H A Dsubr_sfbuf.c95 TUNABLE_INT_FETCH("kern.ipc.nsfbufs", &nsfbufs); in sf_buf_init()
H A Dkern_mbuf.c157 TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters); in tunable_mbinit()
161 TUNABLE_INT_FETCH("kern.ipc.nmbjumbop", &nmbjumbop); in tunable_mbinit()
165 TUNABLE_INT_FETCH("kern.ipc.nmbjumbo9", &nmbjumbo9); in tunable_mbinit()
169 TUNABLE_INT_FETCH("kern.ipc.nmbjumbo16", &nmbjumbo16); in tunable_mbinit()
177 TUNABLE_INT_FETCH("kern.ipc.nmbufs", &nmbufs); in tunable_mbinit()
H A Dsubr_terminal.c179 TUNABLE_INT_FETCH("teken.fg_color", &fg); in terminal_init()
180 TUNABLE_INT_FETCH("teken.bg_color", &bg); in terminal_init()
H A Dkern_environment.c383 TUNABLE_INT_FETCH("kenv_mvallen", &kenv_mvallen); in init_dynamic_kenv()
1023 TUNABLE_INT_FETCH(d->path, d->var); in tunable_int_init()
/f-stack/freebsd/amd64/vmm/intel/
H A Dept.c106 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages); in ept_init()
111 TUNABLE_INT_FETCH("hw.vmm.ept.use_hw_ad_bits", &use_hw_ad_bits); in ept_init()
118 TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only); in ept_init()
/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c283 !TUNABLE_INT_FETCH( in initializecpu()
336 TUNABLE_INT_FETCH("hw.clflush_disable", &hw_clflush_disable); in initializecpucache()
H A Dmachdep.c1650 TUNABLE_INT_FETCH("vm.pmap.pti", &pti); in hammer_time()
1651 TUNABLE_INT_FETCH("vm.pmap.pcid_enabled", &pmap_pcid_enabled); in hammer_time()
1790 TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable); in hammer_time()
1793 TUNABLE_INT_FETCH("hw.spec_store_bypass_disable", &hw_ssb_disable); in hammer_time()
1794 TUNABLE_INT_FETCH("machdep.mitigations.ssb.disable", &hw_ssb_disable); in hammer_time()
1796 TUNABLE_INT_FETCH("machdep.syscall_ret_l1d_flush", in hammer_time()
1799 TUNABLE_INT_FETCH("hw.mds_disable", &hw_mds_disable); in hammer_time()
1800 TUNABLE_INT_FETCH("machdep.mitigations.mds.disable", &hw_mds_disable); in hammer_time()
1802 TUNABLE_INT_FETCH("machdep.mitigations.taa.enable", &x86_taa_enable); in hammer_time()
1804 TUNABLE_INT_FETCH("machdep.mitigations.rndgs.enable", in hammer_time()
[all …]
/f-stack/freebsd/amd64/vmm/amd/
H A Dnpt.c62 TUNABLE_INT_FETCH("hw.vmm.npt.enable_superpage", &enable_superpage); in svm_npt_init()
/f-stack/freebsd/arm/arm/
H A Dplatform.c230 if (TUNABLE_INT_FETCH("hw.ncpu", &ncpu)) { in platform_mp_setmaxid()
H A Dcpuinfo.c91 TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_mask", &cpu_quirks_actlr_mask); in cpuinfo_init()
92 TUNABLE_INT_FETCH("hw.cpu.quirks.actlr_set", &cpu_quirks_actlr_set); in cpuinfo_init()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_mp.c93 TUNABLE_INT_FETCH("hw.ncpu", &ncpu); in imx6_mp_setmaxid()
H A Dimx6_anatop.c443 TUNABLE_INT_FETCH("hw.imx6.cpu_minmhz", &sc->cpu_minmhz); in cpufreq_initialize()
448 TUNABLE_INT_FETCH("hw.imx6.cpu_maxmhz", &sc->cpu_maxmhz); in cpufreq_initialize()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c634 TUNABLE_INT_FETCH("net.inet.ip.fw.enable", &V_fw_enable); in ipfw_attach_hooks()
639 TUNABLE_INT_FETCH("net.inet6.ip6.fw.enable", &V_fw6_enable); in ipfw_attach_hooks()
644 TUNABLE_INT_FETCH("net.link.ether.ipfw", &V_fwlink_enable); in ipfw_attach_hooks()
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_mp.c107 TUNABLE_INT_FETCH("hw.ncpu", &ncpu); in socfpga_mp_setmaxid()
/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c208 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.hashsize", in tcp_hc_init()
216 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.bucketlimit", in tcp_hc_init()
221 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.cachelimit", in tcp_hc_init()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c371 TUNABLE_INT_FETCH("bcmrng.2xspeed", &sc->sc_rbg2x); in bcm2835_rng_attach()
372 TUNABLE_INT_FETCH("bcmrng.stall_count", &sc->sc_stall_count); in bcm2835_rng_attach()
/f-stack/freebsd/x86/iommu/
H A Dintel_qi.c380 TUNABLE_INT_FETCH("hw.dmar.qi", &unit->qi_enabled); in dmar_init_qi()
395 TUNABLE_INT_FETCH("hw.dmar.qi_size", &qi_sz); in dmar_init_qi()
H A Dintel_fault.c269 TUNABLE_INT_FETCH("hw.dmar.fault_log_size", &unit->fault_log_size); in dmar_init_fault_log()
/f-stack/freebsd/ddb/
H A Ddb_capture.c107 TUNABLE_INT_FETCH("debug.ddb.capture.bufsize", &db_capture_bufsize); in db_capture_sysinit()
/f-stack/freebsd/net/route/
H A Droute_tables.c255 TUNABLE_INT_FETCH("net.fibs", &num_rtables_base); in vnet_rtables_init()
/f-stack/freebsd/x86/pci/
H A Dqpi.c77 TUNABLE_INT_FETCH("hw.attach_intel_csr_pci", &do_qpi); in qpi_identify()
/f-stack/lib/
H A Dff_kern_timeout.c237 TUNABLE_INT_FETCH("kern.ncallout", &ncallout); in callout_callwheel_init()
249 TUNABLE_INT_FETCH("kern.pin_default_swi", &pin_default_swi); in callout_callwheel_init()
250 TUNABLE_INT_FETCH("kern.pin_pcpu_swi", &pin_pcpu_swi); in callout_callwheel_init()
H A Dff_kern_environment.c475 TUNABLE_INT_FETCH(d->path, d->var); in tunable_int_init()
/f-stack/freebsd/x86/x86/
H A Ducode.c244 TUNABLE_INT_FETCH("debug.ucode.release", &release); in ucode_release()

123