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

1 2 3 4 5

  /src/sys/arch/arm/arm/
cpu_subr.c 62 struct cpu_info *cpu_info[NCPUINFO] __read_mostly = { variable in typeref:struct:cpu_info
  /src/sys/arch/arm/include/
asan.h 85 static bool __md_early __read_mostly; variable
  /src/sys/crypto/chacha/
chacha_impl.c 41 static const struct chacha_impl *chacha_md_impl __read_mostly; variable in typeref:struct:chacha_md_impl
42 static const struct chacha_impl *chacha_impl __read_mostly = &chacha_ref_impl; variable in typeref:struct:chacha_impl
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_params.c 42 struct i915_params i915_modparams __read_mostly = { variable in typeref:struct:i915_modparams
  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 56 static void *irq_work_sih __read_mostly; variable
linux_kthread.c 66 static specificdata_key_t linux_kthread_key __read_mostly = -1; variable
  /src/sys/arch/alpha/alpha/
qemu.c 59 static unsigned long qemu_nsec_per_tick __read_mostly = (unsigned long)-1; variable
  /src/sys/arch/xen/x86/
pintr.c 142 bool x2apic_mode __read_mostly = false; variable
  /src/sys/arch/amd64/include/
asan.h 66 static bool __md_early __read_mostly = true; variable
  /src/sys/crypto/cprng_fast/
cprng_fast.c 71 static percpu_t *cprng_fast_percpu __read_mostly; variable
72 static void *cprng_fast_softint __read_mostly;
70 static percpu_t *cprng_fast_percpu __read_mostly; variable
  /src/sys/dev/ic/
hpet.c 56 static struct hpet_softc *hpet0 __read_mostly; variable in typeref:struct:hpet0
  /src/sys/net/npf/
npf_bpf.c 57 static bpf_ctx_t *npf_bpfctx __read_mostly; variable
npf_alg_icmp.c 67 static npf_alg_t * alg_icmp __read_mostly; variable
npf_worker.c 67 static npf_workerinfo_t * worker_info __read_mostly; variable
  /src/sys/arch/aarch64/include/
asan.h 50 static bool __md_early __read_mostly = true; variable
  /src/sys/arch/x86/x86/
cpu_rng.c 73 } cpu_rng_mode __read_mostly = CPU_RNG_NONE; variable in typeref:enum:cpu_rng_mode
82 static struct krndsource cpu_rng_source __read_mostly; variable in typeref:struct:cpu_rng_source
  /src/sys/dev/
mm.c 52 static void * dev_zero_page __read_mostly; variable
54 static vaddr_t dev_mem_addr __read_mostly; variable
  /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
  /src/sys/kern/
kern_heartbeat.c 124 unsigned heartbeat_max_period_secs __read_mostly; variable
125 unsigned heartbeat_max_period_ticks __read_mostly; variable
127 void *heartbeat_sih __read_mostly; variable
subr_cprng.c 101 struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */ variable in typeref:struct:kern_cprng
102 struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */ variable in typeref:struct:user_cprng
104 static struct sysctllog *cprng_sysctllog __read_mostly; variable in typeref:struct:cprng_sysctllog
subr_cpu.c 79 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 in typeref:struct:cpu_infos
90 kcpuset_t * kcpuset_attached __read_mostly = NULL; variable
91 kcpuset_t * kcpuset_running __read_mostly = NULL; variable
sched_4bsd.c 94 u_int sched_rrticks __read_mostly; variable
  /src/sys/netinet/
igmp.c 90 static percpu_t * igmpstat_percpu __read_mostly; variable
  /src/sys/netmpls/
mpls_proto.c 53 pktqueue_t * mpls_pktq __read_mostly; variable
  /src/sys/arch/aarch64/aarch64/
cpufunc.c 53 int aarch64_hafdbs_enabled __read_mostly; variable
54 int aarch64_pan_enabled __read_mostly; variable
55 int aarch64_pac_enabled __read_mostly; variable

Completed in 33 milliseconds

1 2 3 4 5