Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dtick.c65 DPCPU_DEFINE_STATIC(uint32_t, cycles_per_tick);
68 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_upper);
69 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_lower_last);
70 DPCPU_DEFINE_STATIC(uint32_t, compare_ticks);
71 DPCPU_DEFINE_STATIC(uint32_t, lost_ticks);
/f-stack/freebsd/mips/mips/
H A Dtick.c64 DPCPU_DEFINE_STATIC(uint32_t, cycles_per_tick);
67 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_upper);
68 DPCPU_DEFINE_STATIC(volatile uint32_t, counter_lower_last);
69 DPCPU_DEFINE_STATIC(uint32_t, compare_ticks);
70 DPCPU_DEFINE_STATIC(uint32_t, lost_ticks);
/f-stack/freebsd/kern/
H A Dsubr_prng.c70 DPCPU_DEFINE_STATIC(pcg32u_random_t, pcpu_prng32_state);
71 DPCPU_DEFINE_STATIC(pcg64u_random_t, pcpu_prng64_state);
H A Dsubr_pcpu.c75 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
H A Dkern_clock.c386 DPCPU_DEFINE_STATIC(int, pcputicks); /* Per-CPU version of ticks. */
H A Dsubr_lock.c269 DPCPU_DEFINE_STATIC(struct lock_prof_cpu, lp);
H A Dkern_clocksource.c129 DPCPU_DEFINE_STATIC(struct pcpu_state, timerstate);
H A Dkern_tc.c1984 DPCPU_DEFINE_STATIC(uint64_t, tc_cpu_ticks_base);
1985 DPCPU_DEFINE_STATIC(unsigned, tc_cpu_ticks_last);
H A Dsched_ule.c286 DPCPU_DEFINE_STATIC(struct tdq, tdq);
287 DPCPU_DEFINE_STATIC(uint32_t, randomval);
H A Dsched_4bsd.c179 DPCPU_DEFINE_STATIC(struct pcpuidlestat, idlestat);
H A Dkern_exec.c1293 DPCPU_DEFINE_STATIC(struct exec_args_kva *, exec_args_kva);
H A Dvfs_subr.c302 DPCPU_DEFINE_STATIC(struct vdbatch, vd);
/f-stack/freebsd/sys/
H A Dpcpu.h105 #define DPCPU_DEFINE_STATIC(t, n) \ macro
108 #define DPCPU_DEFINE_STATIC(t, n) \ macro
/f-stack/freebsd/netinet/
H A Dsiftr.c274 DPCPU_DEFINE_STATIC(struct siftr_stats, ss);
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c110 DPCPU_DEFINE_STATIC(struct xen_intr_pcpu_data, xen_intr_pcpu) = {
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c226 DPCPU_DEFINE_STATIC(void *, dyn_hp);
/f-stack/freebsd/vm/
H A Dvm_page.c119 DPCPU_DEFINE_STATIC(struct vm_batchqueue, pqbatch[MAXMEMDOM][PQ_COUNT]);