Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/kern/
H A Dsubr_capability.c54 __read_mostly cap_rights_t cap_bind_rights;
57 __read_mostly cap_rights_t cap_event_rights;
62 __read_mostly cap_rights_t cap_fcntl_rights;
64 __read_mostly cap_rights_t cap_flock_rights;
66 __read_mostly cap_rights_t cap_fstat_rights;
78 __read_mostly cap_rights_t cap_mmap_rights;
86 __read_mostly cap_rights_t cap_read_rights;
87 __read_mostly cap_rights_t cap_recv_rights;
90 __read_mostly cap_rights_t cap_seek_rights;
91 __read_mostly cap_rights_t cap_send_rights;
[all …]
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;
103 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
H A Dsched_ule.c73 int __read_mostly dtrace_vtime_active;
220 static int __read_mostly preempt_thresh = 0;
222 static int __read_mostly static_boost = PRI_MIN_BATCH;
223 static int __read_mostly sched_idlespins = 10000;
224 static int __read_mostly sched_idlespinthresh = -1;
290 static int __read_mostly affinity;
291 static int __read_mostly steal_idle = 1;
292 static int __read_mostly steal_thresh = 2;
293 static int __read_mostly always_steal = 0;
294 static int __read_mostly trysteal_limit = 2;
[all …]
H A Dkern_mtxpool.c82 struct mtx_pool __read_mostly *mtxpool_sleep;
H A Dsubr_epoch.c138 static __read_mostly int inited;
139 __read_mostly epoch_t global_epoch;
140 __read_mostly epoch_t global_epoch_preempt;
H A Dsubr_lock.c259 volatile int __read_mostly lock_prof_enable;
260 int __read_mostly lock_contested_only;
H A Dvfs_cache.c415 static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
436 static u_long __read_mostly nchash; /* size of hash table */
475 static u_int __read_mostly ncbuckethash;
476 static struct mtx_padalign __read_mostly *bucketlocks;
481 static u_int __read_mostly ncvnodehash;
482 static struct mtx __read_mostly *vnodelocks;
508 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
627 static uma_zone_t __read_mostly cache_zone_small;
628 static uma_zone_t __read_mostly cache_zone_small_ts;
629 static uma_zone_t __read_mostly cache_zone_large;
[all …]
H A Dsubr_trap.c216 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.c132 static u_int __read_mostly callwheelsize;
133 static u_int __read_mostly callwheelmask;
209 static int __read_mostly cc_default_cpu;
H A Dkern_boottrace.c139 bool __read_mostly boottrace_enabled = false;
/freebsd-14.2/sys/geom/
H A Dgeom_kern.c62 struct thread __read_mostly *g_up_td;
63 struct thread __read_mostly *g_down_td;
64 static struct thread __read_mostly *g_event_td;
66 int __read_mostly g_debugflags;
67 int __read_mostly g_collectstats = G_STATS_PROVIDERS;
H A Dgeom_io.c88 static volatile u_int __read_mostly pace;
90 static uma_zone_t __read_mostly biozone;
/freebsd-14.2/sys/dev/random/fenestrasX/
H A Dfx_pool.c222 static struct fxrng_bits __read_mostly fxrng_seen;
226 static uint8_t __read_mostly fxrng_reseed_seen[ENTROPYSOURCE];
236 static unsigned __read_mostly fxent_nactpools = 1;
238 static int __read_mostly fxent_timer_ready;
H A Dfx_pub.h45 extern uint64_t __read_mostly fxrng_root_generation;
H A Dfx_main.c130 uint64_t __read_mostly fxrng_root_generation;
/freebsd-14.2/sys/sys/
H A Dcounter.h82 counter_u64_t __read_mostly c = EARLY_COUNTER; \
H A Dbuf.h524 extern caddr_t __read_mostly unmapped_buf; /* Data address for unmapped
/freebsd-14.2/sys/vm/
H A Dvm_phys.c77 struct mem_affinity __read_mostly *mem_affinity;
78 int __read_mostly *mem_locality;
87 int __read_mostly vm_ndomains = 1;
88 domainset_t __read_mostly all_domains = DOMAINSET_T_INITIALIZER(0x1);
90 struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX];
91 int __read_mostly vm_phys_nsegs;
120 static int __read_mostly vm_nfreelists;
143 static int __read_mostly vm_freelist_to_flind[VM_NFREELIST];
H A Dvm_pager.h129 extern const struct pagerops *pagertab[] __read_mostly;
H A Dvm_pager.c166 const struct pagerops *pagertab[16] __read_mostly = {
/freebsd-14.2/sys/arm64/arm64/
H A Dptrauth.c52 static bool __read_mostly enable_ptrauth = false;
/freebsd-14.2/sys/dev/random/
H A Drandom_harvestq.c89 static __read_mostly bool epoch_inited;
90 static __read_mostly epoch_t rs_epoch;
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h55 struct lkpi_hash_head name[1UL << (bits)] __read_mostly
/freebsd-14.2/sys/security/mac/
H A Dmac_framework.c130 bool __read_mostly mac_##f##_fp_flag

12