Searched defs:__read_mostly (Results 1 - 25 of 104) sorted by relevance

12345

/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_params.c42 struct i915_params i915_modparams __read_mostly = { variable in typeref:struct:i915_params i915_modparams
/src/sys/arch/xen/x86/
H A Dpintr.c142 bool x2apic_mode __read_mostly = false; variable in typeref:typename:bool x2apic_mode
/src/sys/external/bsd/drm2/linux/
H A Dlinux_irq_work.c56 static void *irq_work_sih __read_mostly; variable in typeref:typename:void * irq_work_sih
H A Dlinux_kthread.c66 static specificdata_key_t linux_kthread_key __read_mostly = -1; variable in typeref:typename:specificdata_key_t linux_kthread_key
/src/sys/crypto/cprng_fast/
H A Dcprng_fast.c71 static percpu_t *cprng_fast_percpu __read_mostly; variable in typeref:typename:void * cprng_fast_softint
70 static percpu_t *cprng_fast_percpu __read_mostly; variable in typeref:typename:percpu_t * cprng_fast_percpu
/src/sys/arch/alpha/alpha/
H A Dqemu.c59 static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1; variable in typeref:typename:unsigned long qemu_nsec_per_tick
/src/sys/kern/
H A Dkern_heartbeat.c123 unsigned heartbeat_max_period_secs __read_mostly; variable in typeref:typename:unsigned heartbeat_max_period_secs
124 unsigned heartbeat_max_period_ticks __read_mostly; variable in typeref:typename:unsigned heartbeat_max_period_ticks
126 void *heartbeat_sih __read_mostly; variable in typeref:typename:void * heartbeat_sih
H A Dsched_4bsd.c94 u_int sched_rrticks __read_mostly; variable in typeref:typename:u_int sched_rrticks
H A Dsubr_cprng.c101 struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */ variable in typeref:struct:cprng_strong * kern_cprng
102 struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */ variable in typeref:struct:cprng_strong * user_cprng
104 static struct sysctllog *cprng_sysctllog __read_mostly; variable in typeref:struct:sysctllog * cprng_sysctllog
H A Dsubr_cpufreq.c53 static struct cpufreq *cf_backend __read_mostly = NULL; variable in typeref:struct:cpufreq * cf_backend
H A Dinit_main.c248 int cold __read_mostly = 1; /* still working on startup */ variable in typeref:typename:int cold
249 int shutting_down __read_mostly; /* system is shutting down */ variable in typeref:typename:int shutting_down
H A Dsubr_cpu.c79 int ncpu __read_mostly; variable in typeref:typename:int ncpu
80 int ncpuonline __read_mostly; variable in typeref:typename:int ncpuonline
81 bool mp_online __read_mostly; variable in typeref:typename:bool mp_online
82 static bool cpu_topology_present __read_mostly; variable in typeref:typename:bool cpu_topology_present
83 static bool cpu_topology_haveslow __read_mostly; variable in typeref:typename:bool cpu_topology_haveslow
87 struct cpu_info **cpu_infos __read_mostly; variable in typeref:struct:cpu_info ** cpu_infos
90 kcpuset_t * kcpuset_attached __read_mostly = NULL; variable in typeref:typename:kcpuset_t * kcpuset_attached
91 kcpuset_t * kcpuset_running __read_mostly = NULL; variable in typeref:typename:kcpuset_t * kcpuset_running
H A Dsubr_ipi.c82 static ipi_mbox_t * ipi_mboxes __read_mostly; variable in typeref:typename:ipi_mbox_t * ipi_mboxes
/src/sys/net/npf/
H A Dnpf_bpf.c57 static bpf_ctx_t *npf_bpfctx __read_mostly; variable in typeref:typename:bpf_ctx_t * npf_bpfctx
H A Dnpf_worker.c67 static npf_workerinfo_t * worker_info __read_mostly; variable in typeref:typename:npf_workerinfo_t * worker_info
H A Dnpf_alg_icmp.c67 static npf_alg_t * alg_icmp __read_mostly; variable in typeref:typename:npf_alg_t * alg_icmp
/src/sys/netinet/
H A Digmp.c90 static percpu_t * igmpstat_percpu __read_mostly; variable in typeref:typename:percpu_t * igmpstat_percpu
/src/sys/crypto/chacha/
H A Dchacha_impl.c41 static const struct chacha_impl *chacha_md_impl __read_mostly; variable in typeref:typename:const struct chacha_impl * chacha_md_impl
42 static const struct chacha_impl *chacha_impl __read_mostly = &chacha_ref_impl; variable in typeref:typename:const struct chacha_impl * chacha_impl
/src/sys/dev/ic/
H A Dhpet.c56 static struct hpet_softc *hpet0 __read_mostly; variable in typeref:struct:hpet_softc * hpet0
/src/sys/arch/amd64/include/
H A Dasan.h66 static bool __md_early __read_mostly = true; variable in typeref:typename:bool __md_early
/src/sys/arch/aarch64/include/
H A Dasan.h50 static bool __md_early __read_mostly = true; variable in typeref:typename:bool __md_early
/src/sys/dev/
H A Dmm.c52 static void * dev_zero_page __read_mostly; variable in typeref:typename:void * dev_zero_page
54 static vaddr_t dev_mem_addr __read_mostly; variable in typeref:typename:vaddr_t dev_mem_addr
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_selftest.c37 struct i915_selftest i915_selftest __read_mostly = { variable in typeref:struct:i915_selftest i915_selftest
/src/sys/netatalk/
H A Dddp_usrreq.c66 pktqueue_t * at_pktq1 __read_mostly; variable in typeref:typename:pktqueue_t * at_pktq1
67 pktqueue_t * at_pktq2 __read_mostly; variable in typeref:typename:pktqueue_t * at_pktq2
/src/sys/arch/x86/x86/
H A Dcpu_rng.c73 } cpu_rng_mode __read_mostly = CPU_RNG_NONE; variable in typeref:enum:cpu_rng_mode cpu_rng_mode
82 static struct krndsource cpu_rng_source __read_mostly; variable in typeref:struct:krndsource cpu_rng_source

Completed in 15 milliseconds

12345