Home
last modified time | relevance | path

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

12345

/netbsd/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.c119 unsigned heartbeat_max_period_secs __read_mostly; variable
120 unsigned heartbeat_max_period_ticks __read_mostly; variable
122 void *heartbeat_sih __read_mostly; variable
H A Dsubr_kcpuset.c97 static size_t kc_bitsize __read_mostly = KC_BITSIZE_EARLY; variable
98 static size_t kc_nfields __read_mostly = KC_NFIELDS_EARLY; variable
100 static pool_cache_t kc_cache __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 Dkern_rwlock_obj.c50 static pool_cache_t rw_obj_cache __read_mostly; variable
H A Dvfs_cache.c215 static pool_cache_t cache_pool __read_mostly; variable
263 int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */ variable
264 int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */ variable
265 int cache_maxlen __read_mostly = USHRT_MAX; /* max name length to cache */ variable
266 int cache_stat_interval __read_mostly = 300; /* in seconds */ variable
/netbsd/sys/arch/alpha/alpha/
H A Dcpu.c87 struct cpu_info *cpu_info_list __read_mostly = &cpu_info_primary; variable
97 volatile u_long cpus_booted __read_mostly; variable
98 volatile u_long cpus_running __read_mostly; variable
99 volatile u_long cpus_paused __read_mostly; variable
123 void (*cpu_idle_fn)(void) __read_mostly = cpu_idle_default;
133 u_long cpu_implver __read_mostly; variable
134 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/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/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.c67 } cpu_rng_mode __read_mostly = CPU_RNG_NONE; variable
76 static struct krndsource cpu_rng_source __read_mostly; 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/sys/netipsec/
H A Dipsec.h328 extern int ipsec_used __read_mostly;
329 extern int ipsec_enabled __read_mostly;
/netbsd/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/sys/dev/nvmm/x86/
H A Dnvmm_x86_vmx.c649 static uint64_t vmx_tlb_flush_op __read_mostly; variable
651 static uint64_t vmx_eptp_type __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
660 static uint64_t vmx_cr0_fixed1 __read_mostly; variable
661 static uint64_t vmx_cr4_fixed0 __read_mostly; variable
662 static uint64_t vmx_cr4_fixed1 __read_mostly; variable
715 static uint8_t *vmx_asidmap __read_mostly; variable
716 static uint32_t vmx_maxasid __read_mostly; variable
[all …]
/netbsd/sys/arch/riscv/riscv/
H A Dpmap_machdep.c55 vaddr_t pmap_direct_base __read_mostly; variable
56 vaddr_t pmap_direct_end __read_mostly; variable
/netbsd/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/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/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/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/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/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_params.h91 extern struct i915_params i915_modparams __read_mostly;

12345