Home
last modified time | relevance | path

Searched refs:DPCPU_DEFINE (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/xen/
H A Dxen_common.c54 DPCPU_DEFINE(struct vcpu_info *, vcpu_info);
/freebsd/sys/dev/xen/debug/
H A Ddebug.c54 DPCPU_DEFINE(xen_intr_handle_t, xendebug_handler);
/freebsd/sys/sys/
H A Dsched.h213 DPCPU_DEFINE(unsigned long, name); \
H A Dpcpu.h84 #define DPCPU_DEFINE(t, n) \ macro
/freebsd/sys/kern/
H A Dkern_pmc.c75 DPCPU_DEFINE(uint8_t, pmc_sampled);
H A Dsubr_epoch.c134 DPCPU_DEFINE(struct grouptask, epoch_cb_task);
135 DPCPU_DEFINE(int, epoch_cb_count);
H A Dkern_switch.c85 DPCPU_DEFINE(long, sched_switch_stats[SWT_COUNT]);
H A Dkern_clocksource.c129 DPCPU_DEFINE(sbintime_t, hardclocktime);
/freebsd/sys/x86/xen/
H A Dxen_apic.c108 DPCPU_DEFINE(xen_intr_handle_t, ipi_handle[nitems(xen_ipis)]);
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c90 DPCPU_DEFINE(struct xentimer_pcpu_data, xentimer_pcpu);
/freebsd/sys/net/
H A Dnetisr.c236 DPCPU_DEFINE(struct netisr_workstream, nws);
/freebsd/share/man/man9/
H A DMakefile1085 dpcpu.9 DPCPU_DEFINE.9 \