Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 103) 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 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 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 Dvfs_cache.c285 int cache_lru_maxdeact __read_mostly = 2; /* max # to deactivate */ variable
286 int cache_lru_maxscan __read_mostly = 64; /* max # to scan/reclaim */ variable
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
H A Dinit_main.c244 int cold __read_mostly = 1; /* still working on startup */ variable
245 int shutting_down __read_mostly; /* system is shutting down */ 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
/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
134 u_long cpu_implver __read_mostly; variable
135 u_long cpu_amask __read_mostly; variable
H A Dpmap.c213 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
263 static struct evcnt pmap_growkernel_evcnt __read_mostly; variable
[all …]
H A Dqemu.c59 static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1; 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.c67 } 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
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
H A Defi_machdep.c86 struct pmap *efi_runtime_pmap __read_mostly; variable
89 static struct efi_rt efi_rt __read_mostly; variable
90 static struct efi_ops efi_runtime_ops __read_mostly; variable
H A Dpmap.c319 struct pcpu_area *pcpuarea __read_mostly; variable
332 static bool cpu_pat_enabled __read_mostly = false; variable
342 struct bootspace bootspace __read_mostly; variable
343 struct slotspace slotspace __read_mostly; variable
346 pd_entry_t pmap_pg_nx __read_mostly = 0; variable
349 pd_entry_t pmap_pg_g __read_mostly = 0; variable
352 int pmap_largepages __read_mostly = 0; variable
354 paddr_t lowmem_rsvd __read_mostly; variable
355 paddr_t avail_start __read_mostly; /* PA of first available physical page */ variable
356 paddr_t avail_end __read_mostly; /* P variable
376 static bool pmap_initialized __read_mostly = false; /* pmap_init done yet? */ global() variable
384 static vaddr_t virtual_avail __read_mostly; /* VA of first free KVA */ global() variable
385 static vaddr_t virtual_end __read_mostly; /* VA of last free KVA */ global() variable
391 volatile vaddr_t local_apic_va __read_mostly; global() variable
392 paddr_t local_apic_pa __read_mostly; global() variable
408 vaddr_t pmap_direct_base __read_mostly; global() variable
409 vaddr_t pmap_direct_end __read_mostly; global() variable
6102 bool pmap_ept_has_ad __read_mostly; global() 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/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/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/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/xen/x86/
H A Dx86_xpmap.c129 volatile shared_info_t *HYPERVISOR_shared_info __read_mostly; variable
130 unsigned long *xpmap_phys_to_machine_mapping __read_mostly; variable
133 pt_entry_t xpmap_pg_nx __read_mostly; variable
/netbsd-src/sys/netinet/
H A Dip_input.c186 static int ip_checkinterface __read_mostly = 0; variable
190 pktqueue_t * ip_pktq __read_mostly; variable
191 pfil_head_t * inet_pfil_hook __read_mostly; variable
192 percpu_t * ipstat_percpu __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/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 …]

12345