Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dsubr_capability.c57 __read_mostly cap_rights_t cap_bind_rights;
60 __read_mostly cap_rights_t cap_event_rights;
65 __read_mostly cap_rights_t cap_fcntl_rights;
67 __read_mostly cap_rights_t cap_flock_rights;
69 __read_mostly cap_rights_t cap_fstat_rights;
81 __read_mostly cap_rights_t cap_mmap_rights;
89 __read_mostly cap_rights_t cap_read_rights;
90 __read_mostly cap_rights_t cap_recv_rights;
93 __read_mostly cap_rights_t cap_seek_rights;
94 __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;
221 static int __read_mostly preempt_thresh = 0;
223 static int __read_mostly static_boost = PRI_MIN_BATCH;
224 static int __read_mostly sched_idlespins = 10000;
225 static int __read_mostly sched_idlespinthresh = -1;
275 static int __read_mostly affinity;
276 static int __read_mostly steal_idle = 1;
277 static int __read_mostly steal_thresh = 2;
278 static int __read_mostly always_steal = 0;
279 static int __read_mostly trysteal_limit = 2;
[all …]
H A Dkern_mtxpool.c84 struct mtx_pool __read_mostly *mtxpool_sleep;
H A Dsubr_lock.c116 static u_int __read_mostly starvation_limit = 131072;
120 static u_int __read_mostly restrict_starvation = 0;
273 volatile int __read_mostly lock_prof_enable;
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.c359 static u_long __read_mostly nchash; /* size of hash table */
371 static bool __read_mostly cache_rename_add = true;
406 static u_int __read_mostly ncbuckethash;
407 static struct mtx_padalign __read_mostly *bucketlocks;
412 static u_int __read_mostly ncvnodehash;
413 static struct mtx __read_mostly *vnodelocks;
439 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
566 static uma_zone_t __read_mostly cache_zone_small;
567 static uma_zone_t __read_mostly cache_zone_small_ts;
568 static uma_zone_t __read_mostly cache_zone_large;
[all …]
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 Dkern_cpuset.c122 struct domainset __read_mostly domainset_fixed[MAXMEMDOM];
123 struct domainset __read_mostly domainset_prefer[MAXMEMDOM];
124 struct domainset __read_mostly domainset_roundrobin;
H A Dsubr_csan.c74 static bool kcsan_enabled __read_mostly; variable
H A Dkern_descrip.c104 static __read_mostly uma_zone_t file_zone;
105 static __read_mostly uma_zone_t filedesc0_zone;
106 __read_mostly uma_zone_t pwd_zone;
185 void __read_mostly (*mq_fdclose)(struct thread *td, int fd, struct file *fp);
H A Dkern_malloc.c105 dtrace_malloc_probe_func_t __read_mostly dtrace_malloc_probe;
H A Dsched_4bsd.c69 int __read_mostly dtrace_vtime_active;
H A Dkern_shutdown.c229 int __read_mostly dumping; /* system is dumping */
H A Dkern_lock.c170 static __read_mostly bool lk_adaptive = true;
H A Dvfs_bio.c158 caddr_t __read_mostly unmapped_buf;
385 static int __read_mostly buf_domains;
/f-stack/lib/include/amd64/include/
H A Dcounter.h35 … counter_u64_t __read_mostly c = (void *)__offsetof(struct pcpu, pc_early_dummy_counter); \
/f-stack/freebsd/sys/
H A Dcounter.h85 counter_u64_t __read_mostly c = EARLY_COUNTER; \
H A Dsystm.h172 #define __read_mostly __section(".data.read_mostly") macro
/f-stack/lib/include/vm/
H A Duma_int.h57 extern int __read_mostly vm_ndomains;
/f-stack/freebsd/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_meter.c61 struct vmmeter __read_mostly vm_cnt = {
/f-stack/lib/
H A Dff_glue.c83 int __read_mostly vm_ndomains = 1;
91 struct domainset __read_mostly domainset_fixed[MAXMEMDOM];
92 struct domainset __read_mostly domainset_prefer[MAXMEMDOM];
93 struct domainset __read_mostly domainset_roundrobin;
/f-stack/freebsd/security/mac/
H A Dmac_framework.c132 bool __read_mostly mac_##f##_fp_flag
/f-stack/freebsd/net/
H A Dif.c111 __read_mostly epoch_t net_epoch_preempt;

12