Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/sys/geom/
H A Dgeom_kern.c61 struct thread __read_mostly *g_up_td;
62 struct thread __read_mostly *g_down_td;
63 static struct thread __read_mostly *g_event_td;
65 int __read_mostly g_debugflags;
66 int __read_mostly g_collectstats = G_STATS_PROVIDERS;
H A Dgeom_io.c90 static volatile u_int __read_mostly pace;
92 static uma_zone_t __read_mostly biozone;
/freebsd/sys/kern/
H A Dkern_pmc.c70 int __read_mostly (*pmc_hook)(struct thread *td, int function, void *arg) = NULL;
73 int __read_mostly (*pmc_intr)(struct trapframe *tf) = NULL;
76 void __read_mostly (*hwt_hook)(struct thread *td, int func, void *arg) = NULL;
77 int __read_mostly (*hwt_intr)(struct trapframe *tf) = NULL;
107 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
H A Dsched_ule.c232 static u_int __read_mostly sched_interact = SCHED_INTERACT_THRESH;
233 static int __read_mostly tickincr = 8 << SCHED_TICK_SHIFT;
234 static int __read_mostly realstathz = 127; /* reset during boot. */
235 static int __read_mostly sched_slice = 10; /* reset during boot. */
236 static int __read_mostly sched_slice_min = 1; /* reset during boot. */
239 static int __read_mostly preempt_thresh = PRI_MAX_IDLE;
241 static int __read_mostly preempt_thresh = PRI_MIN_KERN;
244 static int __read_mostly preempt_thresh = 0;
246 static int __read_mostly static_boost = PRI_MIN_BATCH;
247 static int __read_mostly sched_idlespins = 10000;
[all …]
H A Dkern_mtxpool.c81 struct mtx_pool __read_mostly *mtxpool_sleep;
H A Dsched_shim.c126 int __read_mostly dtrace_vtime_active;
175 struct cpu_group __read_mostly *cpu_top; /* CPU topology */
H A Dsubr_epoch.c137 static __read_mostly int inited;
138 __read_mostly epoch_t global_epoch;
139 __read_mostly epoch_t global_epoch_preempt;
H A Dkern_shutdown.c222 const char *panicstr __read_mostly; variable
225 int dumping __read_mostly; /* system is dumping */ variable
226 int rebooting __read_mostly; /* system is rebooting */ variable
227 bool dumped_core __read_mostly; /* system successfully dumped core */ variable
H A Dsubr_lock.c259 volatile int __read_mostly lock_prof_enable;
260 int __read_mostly lock_contested_only;
H A Dvfs_cache.c531 static u_int __read_mostly ncsize; /* the size as computed on creation or resizing */
539 static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
550 static u_int __read_mostly neg_min; /* the above recomputed against ncsize */
559 static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
560 static u_long __read_mostly nchash; /* size of hash table */
599 static u_int __read_mostly ncbuckethash;
600 static struct mtx_padalign __read_mostly *bucketlocks;
605 static u_int __read_mostly ncvnodehash;
606 static struct mtx __read_mostly *vnodelocks;
650 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
[all …]
H A Dsubr_trap.c214 static struct ast_entry ast_entries[TDA_MAX] __read_mostly = {
H A Dkern_cpuset.c123 struct domainset __read_mostly domainset_firsttouch;
124 struct domainset __read_mostly domainset_fixed[MAXMEMDOM];
125 struct domainset __read_mostly domainset_interleave;
126 struct domainset __read_mostly domainset_prefer[MAXMEMDOM];
127 struct domainset __read_mostly domainset_roundrobin;
H A Dkern_timeout.c130 static u_int __read_mostly callwheelsize;
131 static u_int __read_mostly callwheelmask;
205 static int __read_mostly cc_default_cpu;
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.c231 static struct fxrng_bits __read_mostly fxrng_seen;
235 static uint8_t __read_mostly fxrng_reseed_seen[ENTROPYSOURCE];
245 static unsigned __read_mostly fxent_nactpools = 1;
247 static int __read_mostly fxent_timer_ready;
H A Dfx_pub.h45 extern uint64_t __read_mostly fxrng_root_generation;
H A Dfx_main.c129 uint64_t __read_mostly fxrng_root_generation;
/freebsd/sys/vm/
H A Dvm_phys.c80 struct mem_affinity __read_mostly *mem_affinity;
81 int __read_mostly *mem_locality;
90 int __read_mostly vm_ndomains = 1;
91 domainset_t __read_mostly all_domains = DOMAINSET_T_INITIALIZER(0x1);
93 struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX];
94 int __read_mostly vm_phys_nsegs;
123 static int __read_mostly vm_nfreelists;
146 static int __read_mostly vm_freelist_to_flind[VM_NFREELIST];
147 static int __read_mostly vm_default_freepool;
H A Dvm_pager.h127 extern const struct pagerops *pagertab[] __read_mostly;
/freebsd/sys/sys/
H A Dcounter.h77 counter_u64_t __read_mostly c = EARLY_COUNTER; \
H A Dsystm.h89 #define __read_mostly __section(".data.read_mostly") macro
580 static bool __read_mostly __gone_in_ ## __LINE__ = true; \
588 static bool __read_mostly __gone_in_ ## __LINE__ = true; \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h55 struct lkpi_hash_head name[1UL << (bits)] __read_mostly
/freebsd/sys/arm64/arm64/
H A Dptrauth.c52 static bool __read_mostly enable_ptrauth = false;
/freebsd/sys/dev/random/
H A Drandom_harvestq.c88 static __read_mostly bool epoch_inited;
89 static __read_mostly epoch_t rs_epoch;
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c67 uma_zone_t __read_mostly null_node_zone;
/freebsd/sys/security/mac/
H A Dmac_framework.c135 bool __read_mostly mac_##f##_fp_flag

123