Home
last modified time | relevance | path

Searched refs:DPCPU_DEFINE_STATIC (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/kern/
H A Dsubr_prng.c67 DPCPU_DEFINE_STATIC(pcg32u_random_t, pcpu_prng32_state);
68 DPCPU_DEFINE_STATIC(pcg64u_random_t, pcpu_prng64_state);
H A Dsubr_pcpu.c73 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
H A Dkern_clock.c375 DPCPU_DEFINE_STATIC(int, pcputicks); /* Per-CPU version of ticks. */
H A Dsubr_lock.c255 DPCPU_DEFINE_STATIC(struct lock_prof_cpu, lp);
H A Dkern_clocksource.c128 DPCPU_DEFINE_STATIC(struct pcpu_state, timerstate);
H A Dkern_tc.c2041 DPCPU_DEFINE_STATIC(uint64_t, tc_cpu_ticks_base);
2042 DPCPU_DEFINE_STATIC(unsigned, tc_cpu_ticks_last);
H A Dsched_ule.c301 DPCPU_DEFINE_STATIC(struct tdq, tdq);
302 DPCPU_DEFINE_STATIC(uint32_t, randomval);
H A Dkern_timeout.c192 DPCPU_DEFINE_STATIC(struct callout_cpu, cc_cpu);
H A Dsched_4bsd.c177 DPCPU_DEFINE_STATIC(struct pcpuidlestat, idlestat);
/freebsd/sys/xen/
H A Dxen_common.c60 DPCPU_DEFINE_STATIC(vcpu_info_t, vcpu_local_info) in xen_setup_vcpu_info()
/freebsd/sys/sys/
H A Dpcpu.h103 #define DPCPU_DEFINE_STATIC(t, n) \ macro
106 #define DPCPU_DEFINE_STATIC(t, n) \ macro
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c130 DPCPU_DEFINE_STATIC(struct fxrng_buffered_rng *, fxrng_brng);
/freebsd/sys/x86/xen/
H A Dxen_arch_intr.c57 DPCPU_DEFINE_STATIC(u_long *, pintrcnt);
/freebsd/sys/powerpc/powerpc/
H A Dclock.c102 DPCPU_DEFINE_STATIC(struct decr_state, decr_state);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c60 DPCPU_DEFINE_STATIC(struct tasklet_worker, tasklet_worker);
H A Dlinux_rcu.c108 DPCPU_DEFINE_STATIC(struct linux_epoch_record, linux_epoch_record[RCU_TYPE_MAX]);
H A Dlinux_idr.c55 DPCPU_DEFINE_STATIC(struct linux_idr_cache, linux_idr_cache);
/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c19 DPCPU_DEFINE_STATIC(struct kinst_cpu_state, kinst_state);
/freebsd/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c17 DPCPU_DEFINE_STATIC(struct kinst_cpu_state, kinst_state);
/freebsd/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c53 DPCPU_DEFINE_STATIC(uint8_t *, intr_tramp);
/freebsd/sys/powerpc/powernv/
H A Dxive.c208 DPCPU_DEFINE_STATIC(struct xive_cpu, xive_cpu_data);
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c52 DPCPU_DEFINE_STATIC(uint32_t, nmi_counter);
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c94 DPCPU_DEFINE_STATIC(struct xen_intr_pcpu_data, xen_intr_pcpu) = {
/freebsd/sys/netinet/
H A Dsiftr.c258 DPCPU_DEFINE_STATIC(struct siftr_stats, ss);
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c108 DPCPU_DEFINE_STATIC(struct hypctx *, vcpu);

12