Home
last modified time | relevance | path

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

12

/dragonfly/sys/kern/
H A Dsubr_param.c200 TUNABLE_INT_FETCH("kern.hz", &hz); in init_param1()
202 TUNABLE_INT_FETCH("kern.stathz", &stathz); in init_param1()
255 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2()
272 TUNABLE_INT_FETCH("kern.maxproc", &maxproc); in init_param2()
282 TUNABLE_INT_FETCH("kern.maxfiles", &maxfiles); in init_param2()
314 TUNABLE_INT_FETCH("kern.maxposixlocksperuid", &maxposixlocksperuid); in init_param2()
330 TUNABLE_INT_FETCH("kern.ncallout", &ncallout); in init_param2()
H A Duipc_mbuf.c443 TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters); in tunable_mbinit()
445 TUNABLE_INT_FETCH("kern.ipc.mjclph_cachefrac", &mjclph_cachefrac); in tunable_mbinit()
447 TUNABLE_INT_FETCH("kern.ipc.mjcl_cachefrac", &mjcl_cachefrac); in tunable_mbinit()
449 TUNABLE_INT_FETCH("kern.ipc.mclph_cachefrac", &mclph_cachefrac); in tunable_mbinit()
451 TUNABLE_INT_FETCH("kern.ipc.mcl_cachefrac", &mcl_cachefrac); in tunable_mbinit()
467 TUNABLE_INT_FETCH("kern.ipc.nmbjclusters", &nmbjclusters); in tunable_mbinit()
470 TUNABLE_INT_FETCH("kern.ipc.nmbufs", &nmbufs); in tunable_mbinit()
H A Dkern_environment.c531 TUNABLE_INT_FETCH(d->path, d->var); in tunable_int_init()
H A Duipc_socket2.c871 TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets); in init_maxsockets()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c1702 TUNABLE_INT_FETCH(tmpstr, &sc->mpr_debug); in mpr_get_tunables()
1706 TUNABLE_INT_FETCH(tmpstr, &sc->msi_enable); in mpr_get_tunables()
1710 TUNABLE_INT_FETCH(tmpstr, &sc->max_chains); in mpr_get_tunables()
1714 TUNABLE_INT_FETCH(tmpstr, &sc->max_io_pages); in mpr_get_tunables()
1723 TUNABLE_INT_FETCH(tmpstr, &sc->enable_ssu); in mpr_get_tunables()
1727 TUNABLE_INT_FETCH(tmpstr, &sc->spinup_wait_time); in mpr_get_tunables()
1731 TUNABLE_INT_FETCH(tmpstr, &sc->use_phynum); in mpr_get_tunables()
1735 TUNABLE_INT_FETCH(tmpstr, &sc->max_reqframes); in mpr_get_tunables()
1739 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mpr_get_tunables()
1743 TUNABLE_INT_FETCH(tmpstr, &sc->max_replyframes); in mpr_get_tunables()
[all …]
/dragonfly/sys/sys/
H A Dkernel.h345 #define TUNABLE_INT_FETCH(path, var) kgetenv_int((path), (var)) macro
352 TUNABLE_INT_FETCH((path), &(var)); \
/dragonfly/sys/platform/pc64/icu/
H A Delcr.c71 TUNABLE_INT_FETCH("hw.elcr_disable", &disable); in elcr_probe()
/dragonfly/sys/cpu/x86_64/misc/
H A Dcputimer_tsc.c137 TUNABLE_INT_FETCH("hw.tsc_cputimer_enable", &enable); in tsc_cputimer_register()
/dragonfly/sys/dev/raid/mps/
H A Dmps.c924 TUNABLE_INT_FETCH("hw.mps.debug_level", &sc->mps_debug); in mps_get_tunables()
926 TUNABLE_INT_FETCH("hw.mps.disable_msix", &sc->disable_msix); in mps_get_tunables()
928 TUNABLE_INT_FETCH("hw.mps.msi.enable", &sc->enable_msi); in mps_get_tunables()
929 TUNABLE_INT_FETCH("hw.mps.max_chains", &sc->max_chains); in mps_get_tunables()
934 TUNABLE_INT_FETCH(tmpstr, &sc->mps_debug); in mps_get_tunables()
939 TUNABLE_INT_FETCH(tmpstr, &sc->disable_msix); in mps_get_tunables()
944 TUNABLE_INT_FETCH(tmpstr, &sc->enable_msi); in mps_get_tunables()
948 TUNABLE_INT_FETCH(tmpstr, &sc->max_chains); in mps_get_tunables()
/dragonfly/sys/platform/pc64/x86_64/
H A Dinitcpu.c329 TUNABLE_INT_FETCH("hw.clflush_enable", &hw_clflush_enable); in initializecpu()
H A Dvm_machdep.c776 TUNABLE_INT_FETCH("machdep.spectre_mitigation", in spectre_vm_setup()
1170 TUNABLE_INT_FETCH("machdep.mds_mitigation", &mds_mitigation); in mds_vm_setup()
H A Didentcpu.c711 TUNABLE_INT_FETCH("hw.cpu_stdext_disable", &cpu_stdext_disable); in identify_cpu()
H A Dmachdep.c592 TUNABLE_INT_FETCH("machdep.cpu.mwait.bm_sts", &bm_sts); in cpu_mwait_attach()
2815 TUNABLE_INT_FETCH("hw.apic_io_enable", &ioapic_enable); /* for compat */ in hammer_time()
2816 TUNABLE_INT_FETCH("hw.ioapic_enable", &ioapic_enable); in hammer_time()
2817 TUNABLE_INT_FETCH("hw.lapic_enable", &lapic_enable); in hammer_time()
2818 TUNABLE_INT_FETCH("machdep.cpu_idle_hlt", &cpu_idle_hlt); in hammer_time()
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c688 TUNABLE_INT_FETCH("hw.i8254.walltimer", &which); in i8254_cputimer_construct()
870 TUNABLE_INT_FETCH("hw.tsc_cputimer_force", &tsc_invariant); in startrtclock()
1521 TUNABLE_INT_FETCH("hw.tsc_cputimer_force", &tsc_mpsync); in tsc_mpsync_test()
/dragonfly/sys/dev/virtual/virtio/balloon/
H A Dvirtio_balloon.c882 TUNABLE_INT_FETCH("hw.vtballoon.debug_level", &sc->vtballoon_debug); in vtballoon_get_tunables()
886 TUNABLE_INT_FETCH(tmpstr, &sc->vtballoon_debug); in vtballoon_get_tunables()
/dragonfly/sys/platform/pc64/apic/
H A Dlapic.c1127 TUNABLE_INT_FETCH("hw.x2apic_enable", &x2apic_enable); in lapic_config()
1184 TUNABLE_INT_FETCH("hw.ap_max", &ap_max); in lapic_config()
H A Dioapic.c100 TUNABLE_INT_FETCH("hw.ioapic_probe", &probe); in ioapic_config()
/dragonfly/sys/netinet/
H A Dtcp_syncache.c338 TUNABLE_INT_FETCH("net.inet.tcp.syncache.hashsize", in syncache_init()
340 TUNABLE_INT_FETCH("net.inet.tcp.syncache.cachelimit", in syncache_init()
342 TUNABLE_INT_FETCH("net.inet.tcp.syncache.bucketlimit", in syncache_init()
H A Dtcp_subr.c383 TUNABLE_INT_FETCH("net.inet.tcp.tcbhashsize", &hashsize); in tcp_init()
413 TUNABLE_INT_FETCH("net.inet.tcp.reass.maxsegments", &tcp_reass_maxseg); in tcp_init()
/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c568 TUNABLE_INT_FETCH(tn, &sc->sc_offset); in amdtemp_attach()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.c346 TUNABLE_INT_FETCH("hw.mrsas.mfi_enable", &mrsas_mfi_enable); in mrsas_probe()
457 TUNABLE_INT_FETCH("hw.mrsas.debug_level", &sc->mrsas_debug); in mrsas_get_tunables()
462 TUNABLE_INT_FETCH(tmpstr, &sc->mrsas_debug); in mrsas_get_tunables()
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsi.c2365 TUNABLE_INT_FETCH("hw.vtscsi.debug_level", &sc->vtscsi_debug); in vtscsi_get_tunables()
2369 TUNABLE_INT_FETCH(tmpstr, &sc->vtscsi_debug); in vtscsi_get_tunables()
/dragonfly/sys/dev/drm/
H A Ddrm_drv.c1151 TUNABLE_INT_FETCH("drm.debug", &drm_debug); in drm_modevent()
/dragonfly/sys/dev/virtual/virtio/block/
H A Dvirtio_blk.c1138 TUNABLE_INT_FETCH(path, &def); in vtblk_tunable_int()
/dragonfly/sys/dev/virtual/vmware/pvscsi/
H A Dpvscsi.c243 TUNABLE_INT_FETCH(cfg, &value); in pvscsi_get_tunable()

12