Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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 Dvfs_cache.c216 u_int __read_mostly ncsizefactor = 2;
219 static u_int __read_mostly ncpurgeminvnodes;
222 static u_int __read_mostly ncneghitsrequeue = 8;
236 static struct neglist __read_mostly *neglists;
240 static u_int __read_mostly ncneghash;
249 static u_int __read_mostly ncbuckethash;
255 static u_int __read_mostly ncvnodehash;
256 static struct mtx __read_mostly *vnodelocks;
357 static counter_u64_t __read_mostly name; \
2137 static int __read_mostly disablecwd;
[all …]
H A Dsubr_epoch.c131 static __read_mostly int inited;
132 static __read_mostly int epoch_count;
133 __read_mostly epoch_t global_epoch;
134 __read_mostly epoch_t global_epoch_preempt;
H A Dsubr_lock.c115 static u_int __read_mostly starvation_limit = 131072;
119 static u_int __read_mostly restrict_starvation = 0;
247 volatile int __read_mostly lock_prof_enable;
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 Dkern_malloc.c99 dtrace_malloc_probe_func_t __read_mostly dtrace_malloc_probe;
H A Dkern_descrip.c101 static __read_mostly uma_zone_t file_zone;
102 static __read_mostly uma_zone_t filedesc0_zone;
179 void __read_mostly (*mq_fdclose)(struct thread *td, int fd, struct file *fp);
H A Dvfs_bio.c379 static int __read_mostly buf_domains;
/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_drv.c46 static int i915_modeset __read_mostly = 1; variable
58 int i915_panel_ignore_lid __read_mostly = 1; variable
65 unsigned int i915_powersave __read_mostly = 1; variable
71 int i915_semaphores __read_mostly = -1; variable
77 int i915_enable_rc6 __read_mostly = -1; variable
87 int i915_enable_fbc __read_mostly = -1; variable
101 int i915_lvds_channel_mode __read_mostly; variable
108 int i915_panel_use_ssc __read_mostly = -1; variable
122 static int i915_try_reset __read_mostly = true; variable
127 int i915_enable_hangcheck __read_mostly = true; variable
[all …]
H A Di915_drv.h1277 extern int i915_panel_ignore_lid __read_mostly;
1278 extern unsigned int i915_powersave __read_mostly;
1279 extern int i915_semaphores __read_mostly;
1280 extern unsigned int i915_lvds_downclock __read_mostly;
1281 extern int i915_lvds_channel_mode __read_mostly;
1282 extern int i915_panel_use_ssc __read_mostly;
1283 extern int i915_vbt_sdvo_panel_type __read_mostly;
1284 extern int i915_enable_rc6 __read_mostly;
1285 extern int i915_enable_fbc __read_mostly;
1286 extern int i915_enable_hangcheck __read_mostly;
[all …]
/freebsd-12.1/sys/vm/
H A Dvm_phys.c77 struct mem_affinity __read_mostly *mem_affinity;
78 int __read_mostly *mem_locality;
81 int __read_mostly vm_ndomains = 1;
82 domainset_t __read_mostly all_domains = DOMAINSET_T_INITIALIZER(0x1);
84 struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX];
85 int __read_mostly vm_phys_nsegs;
112 static int __read_mostly vm_nfreelists;
117 static int __read_mostly vm_freelist_to_flind[VM_NFREELIST];
H A Dvm_meter.c61 struct vmmeter __read_mostly vm_cnt = {
/freebsd-12.1/sys/sys/
H A Dcapsicum.h404 __read_mostly cap_rights_t name; \
H A Dsystm.h161 #define __read_mostly __section(".data.read_mostly") macro
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_edid.c155 static int edid_fixup __read_mostly = 6; variable
/freebsd-12.1/sys/net/
H A Dif.c110 __read_mostly epoch_t net_epoch_preempt;
111 __read_mostly epoch_t net_epoch;