| /f-stack/freebsd/kern/ |
| H A D | kern_poll.c | 107 SYSCTL_UINT(_kern_polling, OID_AUTO, burst, CTLFLAG_RD, 167 SYSCTL_UINT(_kern_polling, OID_AUTO, idle_poll, CTLFLAG_RW, 220 SYSCTL_UINT(_kern_polling, OID_AUTO, short_ticks, CTLFLAG_RD, 224 SYSCTL_UINT(_kern_polling, OID_AUTO, lost_polls, CTLFLAG_RD, 228 SYSCTL_UINT(_kern_polling, OID_AUTO, pending_polls, CTLFLAG_RD, 236 SYSCTL_UINT(_kern_polling, OID_AUTO, handlers, CTLFLAG_RD, 240 SYSCTL_UINT(_kern_polling, OID_AUTO, phase, CTLFLAG_RD, 244 SYSCTL_UINT(_kern_polling, OID_AUTO, suspect, CTLFLAG_RD, 248 SYSCTL_UINT(_kern_polling, OID_AUTO, stalled, CTLFLAG_RD, 252 SYSCTL_UINT(_kern_polling, OID_AUTO, idlepoll_sleeping, CTLFLAG_RD,
|
| H A D | subr_kobj.c | 54 SYSCTL_UINT(_kern, OID_AUTO, kobj_hits, CTLFLAG_RD, 56 SYSCTL_UINT(_kern, OID_AUTO, kobj_misses, CTLFLAG_RD,
|
| /f-stack/freebsd/vm/ |
| H A D | vm_meter.c | 111 SYSCTL_UINT(_vm, VM_V_FREE_MIN, v_free_min, 113 SYSCTL_UINT(_vm, VM_V_FREE_TARGET, v_free_target, 115 SYSCTL_UINT(_vm, VM_V_FREE_RESERVED, v_free_reserved, 117 SYSCTL_UINT(_vm, VM_V_INACTIVE_TARGET, v_inactive_target, 119 SYSCTL_UINT(_vm, VM_V_PAGEOUT_FREE_MIN, v_pageout_free_min, 121 SYSCTL_UINT(_vm, OID_AUTO, v_free_severe, 400 SYSCTL_UINT(_vm_stats_vm, OID_AUTO, var, CTLFLAG_RD, &vm_cnt.var, 0, descr) 428 SYSCTL_UINT(_vm_stats_vm, OID_AUTO, v_cache_count, CTLFLAG_RD, 430 SYSCTL_UINT(_vm_stats_vm, OID_AUTO, v_tcached, CTLFLAG_RD,
|
| H A D | memguard.c | 74 SYSCTL_UINT(_vm_memguard, OID_AUTO, divisor, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, 149 SYSCTL_UINT(_vm_memguard, OID_AUTO, minsize, CTLFLAG_RW, 156 SYSCTL_UINT(_vm_memguard, OID_AUTO, frequency, CTLFLAG_RWTUN,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | sysctl_os.c | 298 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_distance, CTLFLAG_RWTUN, 303 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_idistance, CTLFLAG_RWTUN, 619 SYSCTL_UINT(_vfs_zfs_vdev, OID_AUTO, name ## _min_active, CTLFLAG_RWTUN,\ 626 SYSCTL_UINT(_vfs_zfs_vdev, OID_AUTO, name ## _max_active, CTLFLAG_RWTUN, \ 635 SYSCTL_UINT(_vfs_zfs, OID_AUTO, top_maxinflight, CTLFLAG_RWTUN,
|
| /f-stack/freebsd/ddb/ |
| H A D | db_capture.c | 89 SYSCTL_UINT(_debug_ddb_capture, OID_AUTO, bufoff, CTLFLAG_RD, 92 SYSCTL_UINT(_debug_ddb_capture, OID_AUTO, maxbufsize, CTLFLAG_RD,
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_machdep.c | 54 SYSCTL_UINT(_hw_imx, OID_AUTO, last_reset_status, CTLFLAG_RD,
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hostcache.c | 138 SYSCTL_UINT(_net_inet_tcp_hostcache, OID_AUTO, cachelimit, CTLFLAG_VNET | CTLFLAG_RDTUN, 142 SYSCTL_UINT(_net_inet_tcp_hostcache, OID_AUTO, hashsize, CTLFLAG_VNET | CTLFLAG_RDTUN, 146 SYSCTL_UINT(_net_inet_tcp_hostcache, OID_AUTO, bucketlimit, 150 SYSCTL_UINT(_net_inet_tcp_hostcache, OID_AUTO, count, CTLFLAG_VNET | CTLFLAG_RD,
|
| H A D | tcp_fastopen.c | 283 SYSCTL_UINT(_net_inet_tcp_fastopen, OID_AUTO, ccache_buckets, 308 SYSCTL_UINT(_net_inet_tcp_fastopen, OID_AUTO, numkeys, 314 SYSCTL_UINT(_net_inet_tcp_fastopen, OID_AUTO, numpsks, 321 SYSCTL_UINT(_net_inet_tcp_fastopen, OID_AUTO, path_disable_time,
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cdg.c | 680 SYSCTL_UINT(_net_inet_tcp_cc_cdg, OID_AUTO, alpha_inc, 702 SYSCTL_UINT(_net_inet_tcp_cc_cdg, OID_AUTO, smoothing_factor, 706 SYSCTL_UINT(_net_inet_tcp_cc_cdg, OID_AUTO, loss_compete_consec_cong, 711 SYSCTL_UINT(_net_inet_tcp_cc_cdg, OID_AUTO, loss_compete_hold_backoff,
|
| H A D | cc_htcp.c | 530 SYSCTL_UINT(_net_inet_tcp_cc_htcp, OID_AUTO, adaptive_backoff, 533 SYSCTL_UINT(_net_inet_tcp_cc_htcp, OID_AUTO, rtt_scaling,
|
| H A D | cc_chd.c | 486 SYSCTL_UINT(_net_inet_tcp_cc_chd, OID_AUTO, queue_min, 490 SYSCTL_UINT(_net_inet_tcp_cc_chd, OID_AUTO, use_max,
|
| /f-stack/freebsd/net/route/ |
| H A D | mpath_ctl.c | 68 SYSCTL_UINT(_net_route, OID_AUTO, hash_outbound, CTLFLAG_RD | CTLFLAG_VNET,
|
| H A D | route_ifaddrs.c | 64 SYSCTL_UINT(_net, OID_AUTO, add_addr_allfibs, CTLFLAG_RWTUN | CTLFLAG_VNET,
|
| /f-stack/freebsd/security/mac_seeotheruids/ |
| H A D | mac_seeotheruids.c | 102 SYSCTL_UINT(_security_mac_seeotheruids, OID_AUTO, specificgid, CTLFLAG_RW,
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel.c | 146 SYSCTL_UINT(_net_inet_ip_dummynet_fqcodel, OID_AUTO, quantum, 148 SYSCTL_UINT(_net_inet_ip_dummynet_fqcodel, OID_AUTO, flows, 151 SYSCTL_UINT(_net_inet_ip_dummynet_fqcodel, OID_AUTO, limit,
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 66 SYSCTL_UINT(_hw_vmm_topology, OID_AUTO, threads_per_core, CTLFLAG_RDTUN, 70 SYSCTL_UINT(_hw_vmm_topology, OID_AUTO, cores_per_package, CTLFLAG_RDTUN,
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap_raw.c | 134 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, debug_level, 138 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, ioctl_timeout, 142 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len, 146 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_maxlen, 150 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_drops,
|
| H A D | ng_btsocket_hci_raw.c | 134 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, debug_level, CTLFLAG_RW, 137 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, ioctl_timeout, CTLFLAG_RW, 140 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD, 143 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_maxlen, CTLFLAG_RD, 146 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_drops, CTLFLAG_RD,
|
| H A D | ng_btsocket_sco.c | 118 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, debug_level, 122 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_len, 126 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_maxlen, 130 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_drops,
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_framework.c | 118 SYSCTL_UINT(_security_mac, OID_AUTO, version, CTLFLAG_RD, &mac_version, 0, 168 SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD, &mac_max_slots,
|
| /f-stack/freebsd/netgraph/bluetooth/common/ |
| H A D | ng_bluetooth.c | 120 SYSCTL_UINT(_net_bluetooth_hci, OID_AUTO, max_neighbor_age, CTLFLAG_RW,
|
| /f-stack/freebsd/i386/acpica/ |
| H A D | acpi_machdep.c | 50 SYSCTL_UINT(_debug_acpi, OID_AUTO, resume_beep, CTLFLAG_RWTUN, &acpi_resume_beep,
|
| /f-stack/freebsd/net/ |
| H A D | netisr.c | 186 SYSCTL_UINT(_net_isr, OID_AUTO, maxqlimit, CTLFLAG_RDTUN, 197 SYSCTL_UINT(_net_isr, OID_AUTO, defaultqlimit, CTLFLAG_RDTUN, 207 SYSCTL_UINT(_net_isr, OID_AUTO, maxprot, CTLFLAG_RD, 251 SYSCTL_UINT(_net_isr, OID_AUTO, numthreads, CTLFLAG_RD,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | msi.c | 157 SYSCTL_UINT(_machdep, OID_AUTO, first_msi_irq, CTLFLAG_RD, &first_msi_irq, 0, 161 SYSCTL_UINT(_machdep, OID_AUTO, num_msi_irqs, CTLFLAG_RDTUN, &num_msi_irqs, 0,
|