Searched refs:DPCPU_DEFINE (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/xen/ |
H A D | xen_common.c | 54 DPCPU_DEFINE(struct vcpu_info *, vcpu_info);
|
/freebsd/sys/dev/xen/debug/ |
H A D | debug.c | 54 DPCPU_DEFINE(xen_intr_handle_t, xendebug_handler);
|
/freebsd/sys/sys/ |
H A D | sched.h | 213 DPCPU_DEFINE(unsigned long, name); \
|
H A D | pcpu.h | 84 #define DPCPU_DEFINE(t, n) \ macro
|
/freebsd/sys/kern/ |
H A D | kern_pmc.c | 75 DPCPU_DEFINE(uint8_t, pmc_sampled);
|
H A D | subr_epoch.c | 134 DPCPU_DEFINE(struct grouptask, epoch_cb_task); 135 DPCPU_DEFINE(int, epoch_cb_count);
|
H A D | kern_switch.c | 85 DPCPU_DEFINE(long, sched_switch_stats[SWT_COUNT]);
|
H A D | kern_clocksource.c | 129 DPCPU_DEFINE(sbintime_t, hardclocktime);
|
/freebsd/sys/x86/xen/ |
H A D | xen_apic.c | 108 DPCPU_DEFINE(xen_intr_handle_t, ipi_handle[nitems(xen_ipis)]);
|
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 90 DPCPU_DEFINE(struct xentimer_pcpu_data, xentimer_pcpu);
|
/freebsd/sys/net/ |
H A D | netisr.c | 236 DPCPU_DEFINE(struct netisr_workstream, nws);
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1085 dpcpu.9 DPCPU_DEFINE.9 \
|