Searched refs:__read_mostly (Results 1 - 25 of 113) sorted by relevance

12345

/netbsd-current/sys/kern/
H A Dsubr_cpu.c79 int ncpu __read_mostly; variable
80 int ncpuonline __read_mostly; variable
81 bool mp_online __read_mostly; variable
82 static bool cpu_topology_present __read_mostly; variable
83 static bool cpu_topology_haveslow __read_mostly; variable
87 struct cpu_info **cpu_infos __read_mostly; variable in typeref:struct:cpu_infos
90 kcpuset_t * kcpuset_attached __read_mostly = NULL; variable
91 kcpuset_t * kcpuset_running __read_mostly = NULL; variable
H A Dsubr_cprng.c101 struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */ variable in typeref:struct:kern_cprng
102 struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */ variable in typeref:struct:user_cprng
104 static struct sysctllog *cprng_sysctllog __read_mostly; variable in typeref:struct:cprng_sysctllog
H A Dkern_heartbeat.c123 unsigned heartbeat_max_period_secs __read_mostly; variable
124 unsigned heartbeat_max_period_ticks __read_mostly; variable
126 void *heartbeat_sih __read_mostly; variable
H A Dsubr_kcpuset.c98 static size_t kc_bitsize __read_mostly = KC_BITSIZE_EARLY; variable
99 static size_t kc_nfields __read_mostly = KC_NFIELDS_EARLY; variable
100 static size_t kc_memsize __read_mostly; variable
H A Dvfs_cache.c235 static pool_cache_t cache_pool __read_mostly; variable
283 int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */ variable
284 int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */ variable
285 int cache_maxlen __read_mostly = NC_NLEN_MASK; /* max name length to cache */ variable
286 int cache_stat_interval __read_mostly = 300; /* in seconds */ variable
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_params.h31 #include <linux/cache.h> /* for __read_mostly */
91 extern struct i915_params i915_modparams __read_mostly;
H A Di915_params.c42 struct i915_params i915_modparams __read_mostly = { variable in typeref:struct:i915_modparams
/netbsd-current/sys/arch/x86/x86/
H A Dcpu_rng.c67 } cpu_rng_mode __read_mostly = CPU_RNG_NONE; variable in typeref:enum:cpu_rng_mode
76 static struct krndsource cpu_rng_source __read_mostly; variable in typeref:struct:cpu_rng_source
H A Dsvs.c313 bool svs_enabled __read_mostly = false; variable
314 bool svs_pcid __read_mostly = false; variable
316 static uint64_t svs_pcid_kcr3 __read_mostly; variable
317 static uint64_t svs_pcid_ucr3 __read_mostly; variable
H A Dspectre.c74 static bool v2_mitigation_enabled __read_mostly = false; variable
75 static bool v4_mitigation_enabled __read_mostly = false; variable
567 static bool mds_mitigation_enabled __read_mostly = false; variable
788 static bool taa_mitigation_enabled __read_mostly = false; variable
/netbsd-current/sys/crypto/chacha/
H A Dchacha_impl.c41 static const struct chacha_impl *chacha_md_impl __read_mostly; variable in typeref:struct:chacha_md_impl
42 static const struct chacha_impl *chacha_impl __read_mostly = &chacha_ref_impl; variable in typeref:struct:chacha_impl
/netbsd-current/sys/arch/arm/arm/
H A Dcpu_subr.c61 struct cpu_info *cpu_info[NCPUINFO] __read_mostly = { variable in typeref:struct:cpu_info
/netbsd-current/sys/arch/alpha/alpha/
H A Dcpu.c88 struct cpu_info *cpu_info_list __read_mostly = &cpu_info_primary; variable in typeref:struct:cpu_info_list
98 volatile u_long cpus_booted __read_mostly; variable
99 volatile u_long cpus_running __read_mostly; variable
100 volatile u_long cpus_paused __read_mostly; variable
124 void (*cpu_idle_fn)(void) __read_mostly = cpu_idle_default;
134 u_long cpu_implver __read_mostly; variable
135 u_long cpu_amask __read_mostly; variable
H A Dqemu.c59 static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1; variable
H A Dpmap.c187 static int protection_codes[2][8] __read_mostly; variable
213 pt_entry_t *kernel_lev1map __read_mostly; variable
218 static pt_entry_t *VPT __read_mostly; variable
227 paddr_t avail_start __read_mostly; variable
230 paddr_t avail_end __read_mostly; variable
233 static vaddr_t virtual_end __read_mostly; variable
236 static bool pmap_initialized __read_mostly; variable
239 u_long pmap_pages_stolen __read_mostly; variable
246 static u_long pmap_ncpuids __read_mostly; variable
251 int pmap_pv_lowat __read_mostly variable
263 static struct evcnt pmap_growkernel_evcnt __read_mostly; variable in typeref:struct:pmap_growkernel_evcnt
268 static struct pool_cache pmap_pmap_cache __read_mostly; variable in typeref:struct:pmap_pmap_cache
269 static struct pool_cache pmap_l1pt_cache __read_mostly; variable in typeref:struct:pmap_l1pt_cache
270 static struct pool_cache pmap_pv_cache __read_mostly; variable in typeref:struct:pmap_pv_cache
318 static u_int pmap_max_asn __read_mostly; variable
[all...]
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_irq_work.c56 static void *irq_work_sih __read_mostly; variable
/netbsd-current/sys/netipsec/
H A Dipsec.h328 extern int ipsec_used __read_mostly;
329 extern int ipsec_enabled __read_mostly;
/netbsd-current/sys/arch/riscv/riscv/
H A Dpmap_machdep.c56 vaddr_t pmap_direct_base __read_mostly; variable
57 vaddr_t pmap_direct_end __read_mostly; variable
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpufunc.c53 int aarch64_hafdbs_enabled __read_mostly; variable
54 int aarch64_pan_enabled __read_mostly; variable
55 int aarch64_pac_enabled __read_mostly; variable
/netbsd-current/sys/net/npf/
H A Dnpf_bpf.c57 static bpf_ctx_t *npf_bpfctx __read_mostly; variable
H A Dnpf.c50 static __read_mostly npf_t * npf_kernel_ctx = NULL;
/netbsd-current/sys/arch/arm/include/
H A Dasan.h85 static bool __md_early __read_mostly; variable
/netbsd-current/sys/dev/
H A Dmm.c52 static void * dev_zero_page __read_mostly; variable
54 static vaddr_t dev_mem_addr __read_mostly; variable
/netbsd-current/sys/arch/alpha/pci/
H A Dpci_6600.c106 static uint64_t dec_6600_intr_enables __read_mostly; variable
107 static uint64_t dec_6600_cpu_intr_enables[4] __read_mostly; variable
/netbsd-current/sys/external/bsd/common/linux/
H A Dlinux_tasklet.c67 static struct tasklet_queue tasklet_queue __read_mostly; variable in typeref:struct:tasklet_queue
68 static struct tasklet_queue tasklet_hi_queue __read_mostly; variable in typeref:struct:tasklet_hi_queue

Completed in 269 milliseconds

12345