Searched refs:ctls (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/nfs/ |
| HD | nfs_fha.c | 63 softc->ctls.enable = FHA_DEF_ENABLE; in fha_init() 64 softc->ctls.bin_shift = FHA_DEF_BIN_SHIFT; in fha_init() 65 softc->ctls.max_nfsds_per_fh = FHA_DEF_MAX_NFSDS_PER_FH; in fha_init() 66 softc->ctls.max_reqs_per_nfsd = FHA_DEF_MAX_REQS_PER_NFSD; in fha_init() 74 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.enable); in fha_init() 77 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.bin_shift); in fha_init() 80 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_nfsds_per_fh); in fha_init() 83 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_reqs_per_nfsd); in fha_init() 91 &softc->ctls.enable, 0, "Enable NFS File Handle Affinity (FHA)"); in fha_init() 95 &softc->ctls.bin_shift, 0, "For FHA reads, no two requests will " in fha_init() [all …]
|
| HD | nfs_fha.h | 101 struct fha_ctls ctls; member
|
| /NextBSD/sys/dev/sound/pci/hda/ |
| HD | hdaa.c | 2998 struct hdaa_audio_ctl *ctls; in hdaa_audio_ctl_parse() local 3034 ctls = (struct hdaa_audio_ctl *)malloc( in hdaa_audio_ctl_parse() 3035 sizeof(*ctls) * max, M_HDAA, M_ZERO | M_NOWAIT); in hdaa_audio_ctl_parse() 3037 if (ctls == NULL) { in hdaa_audio_ctl_parse() 3070 ctls[cnt].enable = 1; in hdaa_audio_ctl_parse() 3071 ctls[cnt].widget = w; in hdaa_audio_ctl_parse() 3072 ctls[cnt].mute = mute; in hdaa_audio_ctl_parse() 3073 ctls[cnt].step = step; in hdaa_audio_ctl_parse() 3074 ctls[cnt].size = size; in hdaa_audio_ctl_parse() 3075 ctls[cnt].offset = offset; in hdaa_audio_ctl_parse() [all …]
|
| /NextBSD/sys/amd64/vmm/intel/ |
| HD | vmx.c | 2884 uint64_t ctls; in vmx_setreg() local 2909 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg() 2911 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg() 2913 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg() 2915 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()
|
| /NextBSD/sys/dev/ixl/ |
| HD | if_ixlv.c | 2224 struct ixl_sysctl_info ctls[] = in ixlv_add_sysctls() local 2245 struct ixl_sysctl_info *entry = ctls; in ixlv_add_sysctls()
|
| HD | if_ixl.c | 2400 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_eth_stats() local 2420 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_eth_stats() 2442 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_mac_stats() local 2479 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_mac_stats()
|