Symbol: __read_mostly
sys/arch/aarch64/aarch64/aarch64_machdep.c
125
int aarch64_bti_enabled __read_mostly;
sys/arch/aarch64/aarch64/cpufunc.c
52
int aarch64_hafdbs_enabled __read_mostly;
sys/arch/aarch64/aarch64/cpufunc.c
53
int aarch64_pan_enabled __read_mostly;
sys/arch/aarch64/aarch64/cpufunc.c
54
int aarch64_pac_enabled __read_mostly;
sys/arch/aarch64/aarch64/trap.c
275
uint64_t ctr_el0_usr __read_mostly;
sys/arch/aarch64/include/asan.h
50
static bool __md_early __read_mostly = true;
sys/arch/alpha/alpha/cpu.c
100
volatile u_long cpus_paused __read_mostly;
sys/arch/alpha/alpha/cpu.c
124
void (*cpu_idle_fn)(void) __read_mostly = cpu_idle_default;
sys/arch/alpha/alpha/cpu.c
134
u_long cpu_implver __read_mostly;
sys/arch/alpha/alpha/cpu.c
135
u_long cpu_amask __read_mostly;
sys/arch/alpha/alpha/cpu.c
88
struct cpu_info *cpu_info_list __read_mostly = &cpu_info_primary;
sys/arch/alpha/alpha/cpu.c
98
volatile u_long cpus_booted __read_mostly;
sys/arch/alpha/alpha/cpu.c
99
volatile u_long cpus_running __read_mostly;
sys/arch/alpha/alpha/interrupt.c
92
__read_mostly;
sys/arch/alpha/alpha/pmap.c
187
static int protection_codes[2][8] __read_mostly;
sys/arch/alpha/alpha/pmap.c
213
pt_entry_t *kernel_lev1map __read_mostly;
sys/arch/alpha/alpha/pmap.c
218
static pt_entry_t *VPT __read_mostly;
sys/arch/alpha/alpha/pmap.c
227
paddr_t avail_start __read_mostly;
sys/arch/alpha/alpha/pmap.c
230
paddr_t avail_end __read_mostly;
sys/arch/alpha/alpha/pmap.c
233
static vaddr_t virtual_end __read_mostly;
sys/arch/alpha/alpha/pmap.c
236
static bool pmap_initialized __read_mostly;
sys/arch/alpha/alpha/pmap.c
239
u_long pmap_pages_stolen __read_mostly;
sys/arch/alpha/alpha/pmap.c
246
static u_long pmap_ncpuids __read_mostly;
sys/arch/alpha/alpha/pmap.c
251
int pmap_pv_lowat __read_mostly = PMAP_PV_LOWAT;
sys/arch/alpha/alpha/pmap.c
263
static struct evcnt pmap_growkernel_evcnt __read_mostly;
sys/arch/alpha/alpha/pmap.c
268
static struct pool_cache pmap_pmap_cache __read_mostly;
sys/arch/alpha/alpha/pmap.c
269
static struct pool_cache pmap_l1pt_cache __read_mostly;
sys/arch/alpha/alpha/pmap.c
270
static struct pool_cache pmap_pv_cache __read_mostly;
sys/arch/alpha/alpha/pmap.c
318
static u_int pmap_max_asn __read_mostly;
sys/arch/alpha/alpha/prom.c
57
struct rpb *hwrpb __read_mostly;
sys/arch/alpha/alpha/qemu.c
59
static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1;
sys/arch/alpha/pci/pci_6600.c
106
static uint64_t dec_6600_intr_enables __read_mostly;
sys/arch/alpha/pci/pci_6600.c
107
static uint64_t dec_6600_cpu_intr_enables[4] __read_mostly;
sys/arch/alpha/pci/pci_kn8ae.c
78
__read_mostly;
sys/arch/amd64/amd64/machdep.c
278
vaddr_t vm_min_kernel_address __read_mostly = VM_MIN_KERNEL_ADDRESS_DEFAULT;
sys/arch/amd64/amd64/machdep.c
279
vaddr_t vm_max_kernel_address __read_mostly = VM_MAX_KERNEL_ADDRESS_DEFAULT;
sys/arch/amd64/amd64/machdep.c
280
pd_entry_t *pte_base __read_mostly;
sys/arch/amd64/include/asan.h
66
static bool __md_early __read_mostly = true;
sys/arch/arm/arm/cpu_subr.c
62
struct cpu_info *cpu_info[NCPUINFO] __read_mostly = {
sys/arch/arm/include/asan.h
85
static bool __md_early __read_mostly;
sys/arch/m68k/m68k/pmap_68k.c
1134
static paddr_t null_segtab_pa __read_mostly;
sys/arch/m68k/m68k/pmap_68k.c
296
static int pmap_mmuclass __read_mostly;
sys/arch/m68k/m68k/pmap_68k.c
495
static void (*pmap_load_urp_func)(paddr_t) __read_mostly;
sys/arch/m68k/m68k/pmap_68k.c
558
static vaddr_t pmap_aliasmask __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
57
vaddr_t pmap_direct_base __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
58
vaddr_t pmap_direct_end __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
61
static pt_entry_t pmap_pte_pbmt_mask __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
62
static pt_entry_t pmap_pte_pma __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
63
static pt_entry_t pmap_pte_nc __read_mostly;
sys/arch/riscv/riscv/pmap_machdep.c
64
static pt_entry_t pmap_pte_io __read_mostly;
sys/arch/x86/x86/cpu.c
190
uint32_t cpu_feature[7] __read_mostly; /* X86 CPUID feature bits */
sys/arch/x86/x86/cpu_rng.c
73
} cpu_rng_mode __read_mostly = CPU_RNG_NONE;
sys/arch/x86/x86/cpu_rng.c
82
static struct krndsource cpu_rng_source __read_mostly;
sys/arch/x86/x86/efi_machdep.c
86
struct pmap *efi_runtime_pmap __read_mostly;
sys/arch/x86/x86/efi_machdep.c
89
static struct efi_rt efi_rt __read_mostly;
sys/arch/x86/x86/efi_machdep.c
90
static struct efi_ops efi_runtime_ops __read_mostly;
sys/arch/x86/x86/fpu.c
137
uint32_t x86_fpu_mxcsr_mask __read_mostly = 0;
sys/arch/x86/x86/fpu.c
146
static const void *safe_fpu __read_mostly = &safe_fpu_storage;
sys/arch/x86/x86/fpu.c
147
static const void *zero_fpu __read_mostly = &zero_fpu_storage;
sys/arch/x86/x86/identcpu.c
81
int x86_fpu_save __read_mostly;
sys/arch/x86/x86/identcpu.c
82
unsigned int x86_fpu_save_size __read_mostly = sizeof(struct save87);
sys/arch/x86/x86/identcpu.c
83
uint64_t x86_xsave_features __read_mostly = 0;
sys/arch/x86/x86/identcpu.c
84
size_t x86_xsave_offsets[XSAVE_MAX_COMPONENT+1] __read_mostly;
sys/arch/x86/x86/identcpu.c
85
size_t x86_xsave_sizes[XSAVE_MAX_COMPONENT+1] __read_mostly;
sys/arch/x86/x86/lapic.c
128
bool x2apic_mode __read_mostly;
sys/arch/x86/x86/lapic.c
136
static bool lapic_broken_periodic __read_mostly;
sys/arch/x86/x86/pmap.c
319
struct pcpu_area *pcpuarea __read_mostly;
sys/arch/x86/x86/pmap.c
332
static bool cpu_pat_enabled __read_mostly = false;
sys/arch/x86/x86/pmap.c
342
struct bootspace bootspace __read_mostly;
sys/arch/x86/x86/pmap.c
343
struct slotspace slotspace __read_mostly;
sys/arch/x86/x86/pmap.c
346
pd_entry_t pmap_pg_nx __read_mostly = 0;
sys/arch/x86/x86/pmap.c
349
pd_entry_t pmap_pg_g __read_mostly = 0;
sys/arch/x86/x86/pmap.c
352
int pmap_largepages __read_mostly = 0;
sys/arch/x86/x86/pmap.c
354
paddr_t lowmem_rsvd __read_mostly;
sys/arch/x86/x86/pmap.c
355
paddr_t avail_start __read_mostly; /* PA of first available physical page */
sys/arch/x86/x86/pmap.c
356
paddr_t avail_end __read_mostly; /* PA of last available physical page */
sys/arch/x86/x86/pmap.c
374
static pt_entry_t protection_codes[8] __read_mostly;
sys/arch/x86/x86/pmap.c
376
static bool pmap_initialized __read_mostly = false; /* pmap_init done yet? */
sys/arch/x86/x86/pmap.c
384
static vaddr_t virtual_avail __read_mostly; /* VA of first free KVA */
sys/arch/x86/x86/pmap.c
385
static vaddr_t virtual_end __read_mostly; /* VA of last free KVA */
sys/arch/x86/x86/pmap.c
391
volatile vaddr_t local_apic_va __read_mostly;
sys/arch/x86/x86/pmap.c
392
paddr_t local_apic_pa __read_mostly;
sys/arch/x86/x86/pmap.c
408
vaddr_t pmap_direct_base __read_mostly;
sys/arch/x86/x86/pmap.c
409
vaddr_t pmap_direct_end __read_mostly;
sys/arch/x86/x86/pmap.c
6103
bool pmap_ept_has_ad __read_mostly;
sys/arch/x86/x86/spectre.c
567
static bool mds_mitigation_enabled __read_mostly = false;
sys/arch/x86/x86/spectre.c
74
static bool v2_mitigation_enabled __read_mostly = false;
sys/arch/x86/x86/spectre.c
75
static bool v4_mitigation_enabled __read_mostly = false;
sys/arch/x86/x86/spectre.c
788
static bool taa_mitigation_enabled __read_mostly = false;
sys/arch/x86/x86/svs.c
313
bool svs_enabled __read_mostly = false;
sys/arch/x86/x86/svs.c
314
bool svs_pcid __read_mostly = false;
sys/arch/x86/x86/svs.c
316
static uint64_t svs_pcid_kcr3 __read_mostly;
sys/arch/x86/x86/svs.c
317
static uint64_t svs_pcid_ucr3 __read_mostly;
sys/arch/x86/x86/tsc.c
62
uint64_t tsc_freq __read_mostly; /* exported for sysctl */
sys/arch/x86/x86/x86_machdep.c
100
static bool x86_user_ldt_enabled __read_mostly = false;
sys/arch/xen/x86/cpu.c
168
uint32_t cpu_feature[7] __read_mostly; /* X86 CPUID feature bits
sys/arch/xen/x86/pintr.c
142
bool x2apic_mode __read_mostly = false;
sys/arch/xen/x86/x86_xpmap.c
129
volatile shared_info_t *HYPERVISOR_shared_info __read_mostly;
sys/arch/xen/x86/x86_xpmap.c
130
unsigned long *xpmap_phys_to_machine_mapping __read_mostly;
sys/arch/xen/x86/x86_xpmap.c
133
pt_entry_t xpmap_pg_nx __read_mostly;
sys/arch/xen/xen/hypervisor.c
187
volatile shared_info_t *HYPERVISOR_shared_info __read_mostly;
sys/crypto/aes/aes_impl.c
60
static const struct aes_impl *aes_md_impl __read_mostly;
sys/crypto/aes/aes_impl.c
61
static const struct aes_impl *aes_impl __read_mostly;
sys/crypto/chacha/chacha_impl.c
41
static const struct chacha_impl *chacha_md_impl __read_mostly;
sys/crypto/chacha/chacha_impl.c
42
static const struct chacha_impl *chacha_impl __read_mostly = &chacha_ref_impl;
sys/crypto/cprng_fast/cprng_fast.c
70
static percpu_t *cprng_fast_percpu __read_mostly;
sys/crypto/cprng_fast/cprng_fast.c
71
static void *cprng_fast_softint __read_mostly;
sys/dev/audio/audio.c
899
static struct psref_class *audio_psref_class __read_mostly;
sys/dev/ic/hpet.c
56
static struct hpet_softc *hpet0 __read_mostly;
sys/dev/mm.c
52
static void * dev_zero_page __read_mostly;
sys/dev/mm.c
54
static vaddr_t dev_mem_addr __read_mostly;
sys/dev/nvmm/nvmm.c
78
static const struct nvmm_impl *nvmm_impl __read_mostly = NULL;
sys/dev/nvmm/x86/nvmm_x86_svm.c
495
static uint8_t *svm_asidmap __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
496
static uint32_t svm_maxasid __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
499
static bool svm_decode_assist __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
500
static uint32_t svm_ctrl_tlb_flush __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
502
static uint64_t svm_xcr0_mask __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
855
static uint32_t svm_cpuid_max_basic __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_svm.c
856
static uint32_t svm_cpuid_max_extended __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
1252
static uint32_t vmx_cpuid_max_basic __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
1253
static uint32_t vmx_cpuid_max_extended __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
610
static size_t vmx_msrlist_entry_nmsr __read_mostly = VMX_MSRLIST_EXIT_NMSR;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
650
static uint64_t vmx_tlb_flush_op __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
651
static uint64_t vmx_ept_flush_op __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
652
static uint64_t vmx_eptp_type __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
654
static uint64_t vmx_pinbased_ctls __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
655
static uint64_t vmx_procbased_ctls __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
656
static uint64_t vmx_procbased_ctls2 __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
657
static uint64_t vmx_entry_ctls __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
658
static uint64_t vmx_exit_ctls __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
660
static uint64_t vmx_cr0_fixed0 __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
661
static uint64_t vmx_cr0_fixed1 __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
662
static uint64_t vmx_cr4_fixed0 __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
663
static uint64_t vmx_cr4_fixed1 __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
716
static uint8_t *vmx_asidmap __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
717
static uint32_t vmx_maxasid __read_mostly;
sys/dev/nvmm/x86/nvmm_x86_vmx.c
720
static uint64_t vmx_xcr0_mask __read_mostly;
sys/dev/tprof/tprof.c
112
static struct percpu *tprof_cpus __read_mostly; /* tprof_cpu_t * */
sys/kern/init_main.c
248
int cold __read_mostly = 1; /* still working on startup */
sys/kern/init_main.c
249
int shutting_down __read_mostly; /* system is shutting down */
sys/kern/kern_descrip.c
110
static pool_cache_t filedesc_cache __read_mostly;
sys/kern/kern_descrip.c
111
static pool_cache_t file_cache __read_mostly;
sys/kern/kern_entropy.c
210
static struct percpu *entropy_percpu __read_mostly; /* struct entropy_cpu */
sys/kern/kern_entropy.c
211
static void *entropy_sih __read_mostly; /* softint handler */
sys/kern/kern_entropy.c
212
static struct lwp *entropy_lwp __read_mostly; /* housekeeping thread */
sys/kern/kern_entropy.c
214
static struct krndsource seed_rndsource __read_mostly;
sys/kern/kern_heartbeat.c
124
unsigned heartbeat_max_period_secs __read_mostly;
sys/kern/kern_heartbeat.c
125
unsigned heartbeat_max_period_ticks __read_mostly;
sys/kern/kern_heartbeat.c
127
void *heartbeat_sih __read_mostly;
sys/kern/kern_ksyms.c
142
static pserialize_t ksyms_psz __read_mostly;
sys/kern/kern_lwp.c
262
static pool_cache_t lwp_cache __read_mostly;
sys/kern/kern_module.c
105
__read_mostly
sys/kern/kern_module.c
91
__read_mostly
sys/kern/kern_module.c
98
__read_mostly
sys/kern/kern_proc.c
176
static struct pid_table *pid_table __read_mostly;
sys/kern/kern_proc.c
181
static u_int pid_tbl_mask __read_mostly;
sys/kern/kern_proc.c
182
static u_int pid_alloc_lim __read_mostly;
sys/kern/kern_proc.c
188
static pid_t pid_max __read_mostly;
sys/kern/kern_sig.c
120
static pool_cache_t sigacts_cache __read_mostly;
sys/kern/kern_sig.c
121
static pool_cache_t ksiginfo_cache __read_mostly;
sys/kern/kern_threadpool.c
219
static pool_cache_t threadpool_thread_pc __read_mostly;
sys/kern/kern_time.c
101
static void *ptimer_sih __read_mostly;
sys/kern/kern_timeout.c
196
static void *callout_sih __read_mostly;
sys/kern/sched_4bsd.c
94
u_int sched_rrticks __read_mostly;
sys/kern/subr_asan.c
96
static bool kasan_enabled __read_mostly = false;
sys/kern/subr_cprng.c
101
struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */
sys/kern/subr_cprng.c
102
struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */
sys/kern/subr_cprng.c
104
static struct sysctllog *cprng_sysctllog __read_mostly;
sys/kern/subr_cpu.c
79
int ncpu __read_mostly;
sys/kern/subr_cpu.c
80
int ncpuonline __read_mostly;
sys/kern/subr_cpu.c
81
bool mp_online __read_mostly;
sys/kern/subr_cpu.c
82
static bool cpu_topology_present __read_mostly;
sys/kern/subr_cpu.c
83
static bool cpu_topology_haveslow __read_mostly;
sys/kern/subr_cpu.c
87
struct cpu_info **cpu_infos __read_mostly;
sys/kern/subr_cpu.c
90
kcpuset_t * kcpuset_attached __read_mostly = NULL;
sys/kern/subr_cpu.c
91
kcpuset_t * kcpuset_running __read_mostly = NULL;
sys/kern/subr_cpufreq.c
54
static struct cpufreq *cf_backend __read_mostly = NULL;
sys/kern/subr_csan.c
66
static bool kcsan_enabled __read_mostly;
sys/kern/subr_ipi.c
82
static ipi_mbox_t * ipi_mboxes __read_mostly;
sys/kern/subr_kcpuset.c
100
static size_t kc_nfields __read_mostly = KC_NFIELDS_EARLY;
sys/kern/subr_kcpuset.c
101
static size_t kc_memsize __read_mostly;
sys/kern/subr_kcpuset.c
99
static size_t kc_bitsize __read_mostly = KC_BITSIZE_EARLY;
sys/kern/subr_kmem.c
208
static size_t kmem_cache_maxidx __read_mostly;
sys/kern/subr_kmem.c
216
static size_t kmem_cache_big_maxidx __read_mostly;
sys/kern/subr_msan.c
107
static bool kmsan_enabled __read_mostly;
sys/kern/subr_percpu.c
62
static vmem_t * percpu_offset_arena __read_mostly;
sys/kern/subr_vmem.c
221
static bool vmem_btag_pool_initialized __read_mostly;
sys/kern/sys_mqueue.c
79
static pool_cache_t mqmsg_cache __read_mostly;
sys/kern/sys_pipe.c
121
static u_int maxbigpipes __read_mostly = LIMITBIGPIPES;
sys/kern/sys_select.c
158
static selcluster_t *selcluster[SELCLUSTERS] __read_mostly;
sys/kern/sys_select.c
159
static int direct_select __read_mostly = 0;
sys/kern/sysv_sem.c
65
struct semid_ds * sema __read_mostly;
sys/kern/sysv_sem.c
66
static struct __sem * sem __read_mostly;
sys/kern/sysv_sem.c
67
static kcondvar_t * semcv __read_mostly;
sys/kern/sysv_sem.c
68
static int * semu __read_mostly;
sys/kern/sysv_sem.c
71
static bool sem_realloc_state __read_mostly;
sys/kern/sysv_sem.c
78
static struct sem_undo *semu_list __read_mostly;
sys/kern/sysv_shm.c
93
struct shmid_ds * shmsegs __read_mostly;
sys/kern/sysv_shm.c
99
static int shm_use_phys __read_mostly;
sys/kern/uipc_sem.c
105
static u_long ksem_pshared_hashmask __read_mostly;
sys/kern/vfs_cache.c
237
static pool_cache_t cache_pool __read_mostly;
sys/kern/vfs_cache.c
285
int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */
sys/kern/vfs_cache.c
286
int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */
sys/kern/vfs_cache.c
287
int cache_maxlen __read_mostly = NC_NLEN_MASK; /* max name length to cache */
sys/kern/vfs_cache.c
288
int cache_stat_interval __read_mostly = 300; /* in seconds */
sys/kern/vfs_subr.c
1375
int vfs_timestamp_precision __read_mostly = TSP_NSEC;
sys/net/bpf.c
159
static struct psref_class *bpf_psref_class __read_mostly;
sys/net/if.c
195
static struct psref_class *ifnet_psref_class __read_mostly;
sys/net/if.c
197
static struct workqueue *ifnet_link_state_wq __read_mostly;
sys/net/if.c
199
static struct workqueue *if_slowtimo_wq __read_mostly;
sys/net/if.c
206
struct psref_class *ifa_psref_class __read_mostly;
sys/net/if.c
217
pfil_head_t * if_pfil __read_mostly;
sys/net/if_bridge.c
231
struct psref_class *bridge_psref_class __read_mostly;
sys/net/if_gif.c
105
struct psref_class *gv_psref_class __read_mostly;
sys/net/if_ipsec.c
155
struct psref_class *iv_psref_class __read_mostly;
sys/net/if_l2tp.c
114
pserialize_t l2tp_psz __read_mostly;
sys/net/if_l2tp.c
115
struct psref_class *lv_psref_class __read_mostly;
sys/net/if_spppsubr.c
305
unsigned int sppp_keepalive_interval __read_mostly
sys/net/if_vlan.c
236
pserialize_t vlan_psz __read_mostly;
sys/net/if_vlan.c
237
static struct psref_class *ifvm_psref_class __read_mostly;
sys/net/if_wg.c
888
struct psref_class *wg_psref_class __read_mostly;
sys/net/if_wg.c
893
static struct pktqueue *wg_pktq __read_mostly;
sys/net/if_wg.c
894
static struct workqueue *wg_wq __read_mostly;
sys/net/lagg/if_lagg.c
205
*lagg_psref_class __read_mostly;
sys/net/lagg/if_lagg.c
207
*lagg_port_psref_class __read_mostly;
sys/net/npf/npf.c
50
static __read_mostly npf_t * npf_kernel_ctx = NULL;
sys/net/npf/npf_alg_icmp.c
67
static npf_alg_t * alg_icmp __read_mostly;
sys/net/npf/npf_bpf.c
57
static bpf_ctx_t *npf_bpfctx __read_mostly;
sys/net/npf/npf_nat.c
155
static pool_cache_t nat_cache __read_mostly;
sys/net/npf/npf_tableset.c
125
static pool_cache_t tblent_cache __read_mostly;
sys/net/npf/npf_worker.c
67
static npf_workerinfo_t * worker_info __read_mostly;
sys/net/pfil.c
85
static LIST_HEAD(, pfil_head) pfil_head_list __read_mostly =
sys/net/pfil.c
89
static struct psref_class *pfil_psref_class __read_mostly;
sys/net/pktqueue.c
116
static LIST_HEAD(, pktqueue) pktqueue_list __read_mostly;
sys/net/pktqueue.c
117
static krwlock_t pktqueue_list_lock __read_mostly;
sys/net/pktqueue.c
118
static once_t pktqueue_list_init_once __read_mostly;
sys/net/route.c
268
static struct psref_class *rt_psref_class __read_mostly;
sys/netatalk/ddp_usrreq.c
66
pktqueue_t * at_pktq1 __read_mostly;
sys/netatalk/ddp_usrreq.c
67
pktqueue_t * at_pktq2 __read_mostly;
sys/netcan/can.c
64
pktqueue_t * can_pktq __read_mostly;
sys/netinet/if_arp.c
201
pktqueue_t * arp_pktq __read_mostly;
sys/netinet/igmp.c
90
static percpu_t * igmpstat_percpu __read_mostly;
sys/netinet/ip_input.c
187
static int ip_checkinterface __read_mostly = 0;
sys/netinet/ip_input.c
191
pktqueue_t * ip_pktq __read_mostly;
sys/netinet/ip_input.c
192
pfil_head_t * inet_pfil_hook __read_mostly;
sys/netinet/ip_input.c
193
percpu_t * ipstat_percpu __read_mostly;
sys/netinet6/ip6_input.c
129
pktqueue_t *ip6_pktq __read_mostly;
sys/netipsec/ipsec.c
141
static struct secpolicy ipsec_dummy_sp __read_mostly = {
sys/netipsec/ipsec.h
328
extern int ipsec_used __read_mostly;
sys/netipsec/ipsec.h
329
extern int ipsec_enabled __read_mostly;
sys/netmpls/mpls_proto.c
53
pktqueue_t * mpls_pktq __read_mostly;
sys/sys/lwp.h
238
extern int maxlwp __read_mostly; /* max number of lwps */
sys/uvm/uvm_physseg.c
131
static struct uvm_physseg_graph uvm_physseg_graph __read_mostly;
sys/uvm/uvm_physseg.c
567
static struct uvm_physseg vm_physmem[VM_PHYSSEG_MAX] __read_mostly;
sys/uvm/uvm_physseg.c
569
static int vm_nphysseg __read_mostly = 0;