Symbol: __read_mostly
sys/amd64/amd64/pmap.c
1611
pt_entry_t vtoptem __read_mostly = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT +
sys/amd64/amd64/pmap.c
1613
vm_offset_t PTmap __read_mostly = (vm_offset_t)P4Tmap;
sys/amd64/amd64/pmap.c
1623
pd_entry_t vtopdem __read_mostly = ((1ul << (NPDEPGSHIFT + NPDPEPGSHIFT +
sys/amd64/amd64/pmap.c
1625
vm_offset_t PDmap __read_mostly = (vm_offset_t)P4Dmap;
sys/amd64/amd64/pmap.c
575
__read_mostly static struct pmap_large_md_page *pv_table;
sys/amd64/amd64/pmap.c
576
__read_mostly vm_paddr_t pmap_last_pa;
sys/amd64/pt/pt.c
152
} pt_info __read_mostly;
sys/arm/arm/generic_timer.c
100
static bool __read_mostly enable_wfxt = false;
sys/arm64/arm64/machdep.c
148
uintptr_t socdev_va __read_mostly;
sys/arm64/arm64/pmap.c
187
pt_entry_t __read_mostly pmap_gp_attr;
sys/arm64/arm64/pmap.c
195
static bool __read_mostly pmap_multiple_tlbi = false;
sys/arm64/arm64/pmap.c
206
__read_mostly static struct pmap_large_md_page *pv_table;
sys/arm64/arm64/pmap.c
369
bool pmap_lpa_enabled __read_mostly = false;
sys/arm64/arm64/pmap.c
370
pt_entry_t pmap_sh_attr __read_mostly = ATTR_SH(ATTR_SH_IS);
sys/arm64/arm64/pmap.c
380
static bool pmap_l1_supported __read_mostly = false;
sys/arm64/arm64/pmap.c
456
__read_mostly static bool pmap_bti_support = false;
sys/arm64/arm64/pmap.c
9091
static uint64_t __read_mostly ttbr_flags;
sys/arm64/arm64/ptrauth.c
52
static bool __read_mostly enable_ptrauth = false;
sys/cam/cam_xpt.c
179
static u_int __read_mostly cam_num_doneqs;
sys/cam/cam_xpt.c
215
uint32_t __read_mostly cam_dflags = CAM_DEBUG_FLAGS;
sys/compat/linuxkpi/common/include/linux/hashtable.h
55
struct lkpi_hash_head name[1UL << (bits)] __read_mostly
sys/dev/drm2/drm_edid.c
153
static int edid_fixup __read_mostly = 6;
sys/dev/hwpmc/hwpmc_arm64.c
42
static bool arm64_64bit_events __read_mostly = false;
sys/dev/random/fenestrasX/fx_main.c
129
uint64_t __read_mostly fxrng_root_generation;
sys/dev/random/fenestrasX/fx_pool.c
231
static struct fxrng_bits __read_mostly fxrng_seen;
sys/dev/random/fenestrasX/fx_pool.c
235
static uint8_t __read_mostly fxrng_reseed_seen[ENTROPYSOURCE];
sys/dev/random/fenestrasX/fx_pool.c
245
static unsigned __read_mostly fxent_nactpools = 1;
sys/dev/random/fenestrasX/fx_pool.c
247
static int __read_mostly fxent_timer_ready;
sys/dev/random/fenestrasX/fx_pub.h
45
extern uint64_t __read_mostly fxrng_root_generation;
sys/dev/random/random_harvestq.c
88
static __read_mostly bool epoch_inited;
sys/dev/random/random_harvestq.c
89
static __read_mostly epoch_t rs_epoch;
sys/fs/nullfs/null_subr.c
67
uma_zone_t __read_mostly null_node_zone;
sys/geom/geom_io.c
90
static volatile u_int __read_mostly pace;
sys/geom/geom_io.c
92
static uma_zone_t __read_mostly biozone;
sys/geom/geom_kern.c
61
struct thread __read_mostly *g_up_td;
sys/geom/geom_kern.c
62
struct thread __read_mostly *g_down_td;
sys/geom/geom_kern.c
63
static struct thread __read_mostly *g_event_td;
sys/geom/geom_kern.c
65
int __read_mostly g_debugflags;
sys/geom/geom_kern.c
66
int __read_mostly g_collectstats = G_STATS_PROVIDERS;
sys/kern/kern_boottrace.c
138
bool __read_mostly boottrace_enabled = false;
sys/kern/kern_cpuset.c
123
struct domainset __read_mostly domainset_firsttouch;
sys/kern/kern_cpuset.c
124
struct domainset __read_mostly domainset_fixed[MAXMEMDOM];
sys/kern/kern_cpuset.c
125
struct domainset __read_mostly domainset_interleave;
sys/kern/kern_cpuset.c
126
struct domainset __read_mostly domainset_prefer[MAXMEMDOM];
sys/kern/kern_cpuset.c
127
struct domainset __read_mostly domainset_roundrobin;
sys/kern/kern_descrip.c
100
__read_mostly uma_zone_t pwd_zone;
sys/kern/kern_descrip.c
98
static __read_mostly uma_zone_t file_zone;
sys/kern/kern_descrip.c
99
static __read_mostly uma_zone_t filedesc0_zone;
sys/kern/kern_lock.c
171
static __read_mostly bool lk_adaptive = true;
sys/kern/kern_malloc.c
103
dtrace_malloc_probe_func_t __read_mostly dtrace_malloc_probe;
sys/kern/kern_mib.c
255
u_long __read_mostly pagesizes[MAXPAGESIZES] = { PAGE_SIZE };
sys/kern/kern_mtxpool.c
81
struct mtx_pool __read_mostly *mtxpool_sleep;
sys/kern/kern_pmc.c
107
__read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
sys/kern/kern_pmc.c
70
int __read_mostly (*pmc_hook)(struct thread *td, int function, void *arg) = NULL;
sys/kern/kern_pmc.c
73
int __read_mostly (*pmc_intr)(struct trapframe *tf) = NULL;
sys/kern/kern_pmc.c
76
void __read_mostly (*hwt_hook)(struct thread *td, int func, void *arg) = NULL;
sys/kern/kern_pmc.c
77
int __read_mostly (*hwt_intr)(struct trapframe *tf) = NULL;
sys/kern/kern_shutdown.c
222
const char *panicstr __read_mostly;
sys/kern/kern_shutdown.c
225
int dumping __read_mostly; /* system is dumping */
sys/kern/kern_shutdown.c
226
int rebooting __read_mostly; /* system is rebooting */
sys/kern/kern_shutdown.c
227
bool dumped_core __read_mostly; /* system successfully dumped core */
sys/kern/kern_time.c
509
static __read_mostly bool nanosleep_precise = true;
sys/kern/kern_timeout.c
130
static u_int __read_mostly callwheelsize;
sys/kern/kern_timeout.c
131
static u_int __read_mostly callwheelmask;
sys/kern/kern_timeout.c
205
static int __read_mostly cc_default_cpu;
sys/kern/sched_shim.c
117
int __read_mostly dtrace_vtime_active;
sys/kern/sched_shim.c
166
struct cpu_group __read_mostly *cpu_top; /* CPU topology */
sys/kern/sched_ule.c
232
static u_int __read_mostly sched_interact = SCHED_INTERACT_THRESH;
sys/kern/sched_ule.c
233
static int __read_mostly tickincr = 8 << SCHED_TICK_SHIFT;
sys/kern/sched_ule.c
234
static int __read_mostly realstathz = 127; /* reset during boot. */
sys/kern/sched_ule.c
235
static int __read_mostly sched_slice = 10; /* reset during boot. */
sys/kern/sched_ule.c
236
static int __read_mostly sched_slice_min = 1; /* reset during boot. */
sys/kern/sched_ule.c
239
static int __read_mostly preempt_thresh = PRI_MAX_IDLE;
sys/kern/sched_ule.c
241
static int __read_mostly preempt_thresh = PRI_MIN_KERN;
sys/kern/sched_ule.c
244
static int __read_mostly preempt_thresh = 0;
sys/kern/sched_ule.c
246
static int __read_mostly static_boost = PRI_MIN_BATCH;
sys/kern/sched_ule.c
247
static int __read_mostly sched_idlespins = 10000;
sys/kern/sched_ule.c
248
static int __read_mostly sched_idlespinthresh = -1;
sys/kern/sched_ule.c
320
static int __read_mostly affinity;
sys/kern/sched_ule.c
321
static int __read_mostly steal_idle = 1;
sys/kern/sched_ule.c
322
static int __read_mostly steal_thresh = 2;
sys/kern/sched_ule.c
323
static int __read_mostly always_steal = 0;
sys/kern/sched_ule.c
324
static int __read_mostly trysteal_limit = 2;
sys/kern/sched_ule.c
329
static struct tdq __read_mostly *balance_tdq;
sys/kern/subr_asan.c
97
static bool kasan_disabled __read_mostly = true;
sys/kern/subr_csan.c
71
static bool kcsan_enabled __read_mostly;
sys/kern/subr_epoch.c
137
static __read_mostly int inited;
sys/kern/subr_epoch.c
138
__read_mostly epoch_t global_epoch;
sys/kern/subr_epoch.c
139
__read_mostly epoch_t global_epoch_preempt;
sys/kern/subr_lock.c
259
volatile int __read_mostly lock_prof_enable;
sys/kern/subr_lock.c
260
int __read_mostly lock_contested_only;
sys/kern/subr_msan.c
143
static bool kmsan_disabled __read_mostly = true;
sys/kern/subr_trap.c
198
static struct ast_entry ast_entries[TDA_MAX] __read_mostly = {
sys/kern/vfs_bio.c
163
caddr_t __read_mostly unmapped_buf;
sys/kern/vfs_bio.c
399
static int __read_mostly buf_domains;
sys/kern/vfs_cache.c
531
static u_int __read_mostly ncsize; /* the size as computed on creation or resizing */
sys/kern/vfs_cache.c
539
static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
sys/kern/vfs_cache.c
550
static u_int __read_mostly neg_min; /* the above recomputed against ncsize */
sys/kern/vfs_cache.c
559
static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
sys/kern/vfs_cache.c
560
static u_long __read_mostly nchash; /* size of hash table */
sys/kern/vfs_cache.c
599
static u_int __read_mostly ncbuckethash;
sys/kern/vfs_cache.c
600
static struct mtx_padalign __read_mostly *bucketlocks;
sys/kern/vfs_cache.c
605
static u_int __read_mostly ncvnodehash;
sys/kern/vfs_cache.c
606
static struct mtx __read_mostly *vnodelocks;
sys/kern/vfs_cache.c
650
static int __read_mostly doingcache = 1; /* 1 => enable the cache */
sys/kern/vfs_cache.c
768
static uma_zone_t __read_mostly cache_zone_small;
sys/kern/vfs_cache.c
769
static uma_zone_t __read_mostly cache_zone_small_ts;
sys/kern/vfs_cache.c
770
static uma_zone_t __read_mostly cache_zone_large;
sys/kern/vfs_cache.c
771
static uma_zone_t __read_mostly cache_zone_large_ts;
sys/kern/vfs_subr.c
221
static __read_mostly bool vnode_can_skip_requeue;
sys/net/if.c
117
__read_mostly epoch_t net_epoch_preempt;
sys/netipsec/key.c
568
static uma_zone_t __read_mostly ipsec_key_lft_zone;
sys/security/mac/mac_framework.c
135
bool __read_mostly mac_##f##_fp_flag
sys/sys/buf.h
536
extern caddr_t __read_mostly unmapped_buf; /* Data address for unmapped
sys/sys/counter.h
77
counter_u64_t __read_mostly c = EARLY_COUNTER; \
sys/sys/systm.h
570
static bool __read_mostly __gone_in_ ## __LINE__ = true; \
sys/sys/systm.h
578
static bool __read_mostly __gone_in_ ## __LINE__ = true; \
sys/vm/swap_pager.c
178
int vm_overcommit __read_mostly = 0;
sys/vm/vm_meter.c
56
struct vmmeter __read_mostly vm_cnt = {
sys/vm/vm_pager.c
164
const struct pagerops *pagertab[16] __read_mostly = {
sys/vm/vm_pager.h
127
extern const struct pagerops *pagertab[] __read_mostly;
sys/vm/vm_phys.c
123
static int __read_mostly vm_nfreelists;
sys/vm/vm_phys.c
146
static int __read_mostly vm_freelist_to_flind[VM_NFREELIST];
sys/vm/vm_phys.c
147
static int __read_mostly vm_default_freepool;
sys/vm/vm_phys.c
80
struct mem_affinity __read_mostly *mem_affinity;
sys/vm/vm_phys.c
81
int __read_mostly *mem_locality;
sys/vm/vm_phys.c
90
int __read_mostly vm_ndomains = 1;
sys/vm/vm_phys.c
91
domainset_t __read_mostly all_domains = DOMAINSET_T_INITIALIZER(0x1);
sys/vm/vm_phys.c
93
struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX];
sys/vm/vm_phys.c
94
int __read_mostly vm_phys_nsegs;
sys/x86/x86/local_apic.c
313
static int __read_mostly lapic_ds_idle_timeout = 1000000;