Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/kern/
H A Dsubr_capability.c56 __read_mostly cap_rights_t cap_bind_rights;
59 __read_mostly cap_rights_t cap_event_rights;
64 __read_mostly cap_rights_t cap_fcntl_rights;
66 __read_mostly cap_rights_t cap_flock_rights;
68 __read_mostly cap_rights_t cap_fstat_rights;
80 __read_mostly cap_rights_t cap_mmap_rights;
88 __read_mostly cap_rights_t cap_read_rights;
89 __read_mostly cap_rights_t cap_recv_rights;
92 __read_mostly cap_rights_t cap_seek_rights;
93 __read_mostly cap_rights_t cap_send_rights;
[all …]
H A Dkern_pmc.c72 int __read_mostly (*pmc_hook)(struct thread *td, int function, void *arg) = NULL;
75 int __read_mostly (*pmc_intr)(struct trapframe *tf) = NULL;
105 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
H A Dsched_ule.c75 int __read_mostly dtrace_vtime_active;
222 static int __read_mostly preempt_thresh = 0;
224 static int __read_mostly static_boost = PRI_MIN_BATCH;
225 static int __read_mostly sched_idlespins = 10000;
226 static int __read_mostly sched_idlespinthresh = -1;
276 static int __read_mostly affinity;
277 static int __read_mostly steal_idle = 1;
278 static int __read_mostly steal_thresh = 2;
279 static int __read_mostly always_steal = 0;
280 static int __read_mostly trysteal_limit = 2;
[all …]
H A Dsubr_lock.c122 static u_int __read_mostly starvation_limit = 131072;
126 static u_int __read_mostly restrict_starvation = 0;
279 volatile int __read_mostly lock_prof_enable;
280 int __read_mostly lock_contested_only;
H A Dkern_mtxpool.c84 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 Dvfs_cache.c440 static u_long __read_mostly nchash; /* size of hash table */
448 static bool __read_mostly cache_rename_add = true;
483 static u_int __read_mostly ncbuckethash;
484 static struct mtx_padalign __read_mostly *bucketlocks;
489 static u_int __read_mostly ncvnodehash;
490 static struct mtx __read_mostly *vnodelocks;
516 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
641 static uma_zone_t __read_mostly cache_zone_small;
642 static uma_zone_t __read_mostly cache_zone_small_ts;
643 static uma_zone_t __read_mostly cache_zone_large;
[all …]
H A Dkern_cpuset.c122 struct domainset __read_mostly domainset_firsttouch;
123 struct domainset __read_mostly domainset_fixed[MAXMEMDOM];
124 struct domainset __read_mostly domainset_interleave;
125 struct domainset __read_mostly domainset_prefer[MAXMEMDOM];
126 struct domainset __read_mostly domainset_roundrobin;
H A Dkern_timeout.c128 static u_int __read_mostly callwheelsize;
129 static u_int __read_mostly callwheelmask;
206 static int __read_mostly cc_default_cpu;
H A Dsubr_csan.c74 static bool kcsan_enabled __read_mostly; variable
H A Dsubr_asan.c95 static bool kasan_enabled __read_mostly = false; variable
H A Dkern_descrip.c103 static __read_mostly uma_zone_t file_zone;
104 static __read_mostly uma_zone_t filedesc0_zone;
105 __read_mostly uma_zone_t pwd_zone;
189 void __read_mostly (*mq_fdclose)(struct thread *td, int fd, struct file *fp);
/freebsd-13.1/sys/geom/
H A Dgeom_kern.c64 struct thread __read_mostly *g_up_td;
65 struct thread __read_mostly *g_down_td;
66 static struct thread __read_mostly *g_event_td;
68 int __read_mostly g_debugflags;
69 int __read_mostly g_collectstats = G_STATS_PROVIDERS;
H A Dgeom_io.c86 static volatile u_int __read_mostly pace;
88 static uma_zone_t __read_mostly biozone;
/freebsd-13.1/sys/dev/random/fenestrasX/
H A Dfx_pool.c221 static struct fxrng_bits __read_mostly fxrng_seen;
225 static uint8_t __read_mostly fxrng_reseed_seen[ENTROPYSOURCE];
235 static unsigned __read_mostly fxent_nactpools = 1;
237 static int __read_mostly fxent_timer_ready;
H A Dfx_pub.h47 extern uint64_t __read_mostly fxrng_root_generation;
H A Dfx_main.c132 uint64_t __read_mostly fxrng_root_generation;
/freebsd-13.1/sys/sys/
H A Dcounter.h84 counter_u64_t __read_mostly c = EARLY_COUNTER; \
H A Dsystm.h92 #define __read_mostly __section(".data.read_mostly") macro
/freebsd-13.1/sys/vm/
H A Dvm_phys.c76 struct mem_affinity __read_mostly *mem_affinity;
77 int __read_mostly *mem_locality;
80 int __read_mostly vm_ndomains = 1;
81 domainset_t __read_mostly all_domains = DOMAINSET_T_INITIALIZER(0x1);
83 struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX];
84 int __read_mostly vm_phys_nsegs;
113 static int __read_mostly vm_nfreelists;
136 static int __read_mostly vm_freelist_to_flind[VM_NFREELIST];
H A Dvm_pager.h124 extern const struct pagerops *pagertab[] __read_mostly;
H A Dvm_pager.c168 const struct pagerops *pagertab[16] __read_mostly = {
H A Dvm_meter.c61 struct vmmeter __read_mostly vm_cnt = {
/freebsd-13.1/sys/dev/random/
H A Drandom_harvestq.c90 static __read_mostly bool epoch_inited;
91 static __read_mostly epoch_t rs_epoch;
/freebsd-13.1/sys/security/mac/
H A Dmac_framework.c132 bool __read_mostly mac_##f##_fp_flag

12