Home
last modified time | relevance | path

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

12345

/netbsd-src/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
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
102 struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */ variable
104 static struct sysctllog *cprng_sysctllog __read_mostly; variable
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 Dsysv_sem.c65 struct semid_ds * sema __read_mostly; variable
66 static struct __sem * sem __read_mostly; variable
67 static kcondvar_t * semcv __read_mostly; variable
68 static int * semu __read_mostly; variable
71 static bool sem_realloc_state __read_mostly; variable
78 static struct sem_undo *semu_list __read_mostly; variable
H A Dvfs_cache.c237 static pool_cache_t cache_pool __read_mostly;
285 int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */ variable
286 int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */ variable
287 int cache_maxlen __read_mostly = NC_NLEN_MASK; /* max name length to cache */
288 int cache_stat_interval __read_mostly = 300; /* in seconds */
235 static pool_cache_t cache_pool __read_mostly; global() variable
283 int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */ global() variable
284 int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */ global() variable
/netbsd-src/sys/arch/alpha/alpha/
H A Dcpu.c88 struct cpu_info *cpu_info_list __read_mostly = &cpu_info_primary; variable
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 Dpmap.c187 static int protection_codes[2][8] __read_mostly;
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 = PMAP_PV_LOWAT; variable
[all …]
/netbsd-src/sys/crypto/chacha/
H A Dchacha_impl.c41 static const struct chacha_impl *chacha_md_impl __read_mostly; variable
42 static const struct chacha_impl *chacha_impl __read_mostly = &chacha_ref_impl; variable
/netbsd-src/sys/arch/x86/x86/
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 Dcpu_rng.c73 } cpu_rng_mode __read_mostly = CPU_RNG_NONE;
82 static struct krndsource cpu_rng_source __read_mostly; in cpu_rng_detect()
67 } cpu_rng_mode __read_mostly = CPU_RNG_NONE; global() variable
76 static struct krndsource cpu_rng_source __read_mostly; global() variable
H A Didentcpu.c79 int x86_fpu_save __read_mostly; variable
80 unsigned int x86_fpu_save_size __read_mostly = sizeof(struct save87); variable
81 uint64_t x86_xsave_features __read_mostly = 0; variable
82 size_t x86_xsave_offsets[XSAVE_MAX_COMPONENT+1] __read_mostly;
83 size_t x86_xsave_sizes[XSAVE_MAX_COMPONENT+1] __read_mostly;
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-src/sys/netipsec/
H A Dipsec.h328 extern int ipsec_used __read_mostly;
329 extern int ipsec_enabled __read_mostly;
/netbsd-src/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-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_vmx.c609 static size_t vmx_msrlist_entry_nmsr __read_mostly = VMX_MSRLIST_EXIT_NMSR; variable
649 static uint64_t vmx_tlb_flush_op __read_mostly; variable
650 static uint64_t vmx_ept_flush_op __read_mostly; variable
651 static uint64_t vmx_eptp_type __read_mostly; variable
653 static uint64_t vmx_pinbased_ctls __read_mostly; variable
654 static uint64_t vmx_procbased_ctls __read_mostly; variable
655 static uint64_t vmx_procbased_ctls2 __read_mostly; variable
656 static uint64_t vmx_entry_ctls __read_mostly; variable
657 static uint64_t vmx_exit_ctls __read_mostly; variable
659 static uint64_t vmx_cr0_fixed0 __read_mostly; variable
[all …]
/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_work.c123 static specificdata_key_t workqueue_key __read_mostly; variable
125 struct workqueue_struct *system_highpri_wq __read_mostly; variable
126 struct workqueue_struct *system_long_wq __read_mostly; variable
127 struct workqueue_struct *system_power_efficient_wq __read_mostly; variable
128 struct workqueue_struct *system_unbound_wq __read_mostly; variable
129 struct workqueue_struct *system_wq __read_mostly; variable
H A Dlinux_tasklet.c67 static struct tasklet_queue tasklet_queue __read_mostly; variable
68 static struct tasklet_queue tasklet_hi_queue __read_mostly; variable
/netbsd-src/sys/net/
H A Dpktqueue.c116 static LIST_HEAD(, pktqueue) pktqueue_list __read_mostly;
117 static krwlock_t pktqueue_list_lock __read_mostly; variable
118 static once_t pktqueue_list_init_once __read_mostly; variable
/netbsd-src/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-src/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-src/sys/crypto/aes/
H A Daes_impl.c47 static const struct aes_impl *aes_md_impl __read_mostly; variable
48 static const struct aes_impl *aes_impl __read_mostly; variable
/netbsd-src/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;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_params.h91 extern struct i915_params i915_modparams __read_mostly;
/netbsd-src/sys/arch/arm/arm/
H A Dcpu_subr.c61 struct cpu_info *cpu_info[NCPUINFO] __read_mostly = {

12345