HomeSort by: relevance | last modified time | path
    Searched defs:__read_mostly (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_params.c 42 struct i915_params i915_modparams __read_mostly = { variable in typeref:struct:i915_params i915_modparams
  /src/sys/crypto/chacha/
chacha_impl.c 41 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/external/bsd/drm2/linux/
linux_irq_work.c 56 static void *irq_work_sih __read_mostly; variable in typeref:typename:void * irq_work_sih
linux_kthread.c 66 static specificdata_key_t linux_kthread_key __read_mostly = -1; variable in typeref:typename:specificdata_key_t linux_kthread_key
linux_idr.c 75 static specificdata_key_t idr_cache_key __read_mostly; variable in typeref:typename:specificdata_key_t idr_cache_key
  /src/sys/arch/alpha/alpha/
qemu.c 59 static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1; variable in typeref:typename:unsigned long qemu_nsec_per_tick
  /src/sys/arch/xen/x86/
pintr.c 142 bool x2apic_mode __read_mostly = false; variable in typeref:typename:bool x2apic_mode
  /src/sys/dev/ic/
hpet.c 56 static struct hpet_softc *hpet0 __read_mostly; variable in typeref:struct:hpet_softc * hpet0
  /src/sys/net/npf/
npf_bpf.c 57 static bpf_ctx_t *npf_bpfctx __read_mostly; variable in typeref:typename:bpf_ctx_t * npf_bpfctx
npf_alg_icmp.c 67 static npf_alg_t * alg_icmp __read_mostly; variable in typeref:typename:npf_alg_t * alg_icmp
npf_worker.c 67 static npf_workerinfo_t * worker_info __read_mostly; variable in typeref:typename:npf_workerinfo_t * worker_info
  /src/sys/dev/
mm.c 52 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/crypto/cprng_fast/
cprng_fast.c 71 static percpu_t *cprng_fast_percpu __read_mostly; variable in typeref:typename:void * cprng_fast_softint
72 static void *cprng_fast_softint __read_mostly;
70 static percpu_t *cprng_fast_percpu __read_mostly; variable in typeref:typename:percpu_t * cprng_fast_percpu
  /src/sys/arch/amd64/include/
asan.h 66 static bool __md_early __read_mostly = true; variable in typeref:typename:bool __md_early
  /src/sys/netinet/
igmp.c 90 static percpu_t * igmpstat_percpu __read_mostly; variable in typeref:typename:percpu_t * igmpstat_percpu
  /src/sys/netmpls/
mpls_proto.c 53 pktqueue_t * mpls_pktq __read_mostly; variable in typeref:typename:pktqueue_t * mpls_pktq
  /src/sys/arch/aarch64/include/
asan.h 50 static bool __md_early __read_mostly = true; variable in typeref:typename:bool __md_early
  /src/sys/kern/
subr_cprng.c 101 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
sched_4bsd.c 94 u_int sched_rrticks __read_mostly; variable in typeref:typename:u_int sched_rrticks
subr_cpu.c 79 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
subr_csan.c 66 static bool kcsan_enabled __read_mostly; variable in typeref:typename:bool kcsan_enabled
  /src/sys/arch/x86/x86/
cpu_rng.c 73 } 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
  /src/sys/arch/alpha/pci/
pci_6600.c 106 static uint64_t dec_6600_intr_enables __read_mostly; variable in typeref:typename:uint64_t dec_6600_intr_enables
107 static uint64_t dec_6600_cpu_intr_enables[4] __read_mostly;
  /src/sys/arch/arm/include/
asan.h 85 static bool __md_early __read_mostly; variable in typeref:typename:bool __md_early
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_selftest.c 37 struct i915_selftest i915_selftest __read_mostly = { variable in typeref:struct:i915_selftest i915_selftest

Completed in 23 milliseconds

1 2 3 4 5