Searched refs:DPCPU_DEFINE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/x86/xen/ |
| H A D | hvm.c | 99 DPCPU_DEFINE(struct vcpu_info, vcpu_local_info); 100 DPCPU_DEFINE(struct vcpu_info *, vcpu_info);
|
| H A D | xen_apic.c | 112 DPCPU_DEFINE(xen_intr_handle_t, ipi_handle[nitems(xen_ipis)]);
|
| /f-stack/freebsd/sys/ |
| H A D | sched.h | 212 DPCPU_DEFINE(unsigned long, name); \
|
| H A D | pcpu.h | 86 #define DPCPU_DEFINE(t, n) \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_pmc.c | 77 DPCPU_DEFINE(uint8_t, pmc_sampled);
|
| H A D | subr_epoch.c | 135 DPCPU_DEFINE(struct grouptask, epoch_cb_task); 136 DPCPU_DEFINE(int, epoch_cb_count);
|
| H A D | kern_switch.c | 87 DPCPU_DEFINE(long, sched_switch_stats[SWT_COUNT]);
|
| H A D | kern_clocksource.c | 130 DPCPU_DEFINE(sbintime_t, hardclocktime);
|
| /f-stack/freebsd/net/ |
| H A D | if_epair.c | 197 DPCPU_DEFINE(struct epair_dpcpu, epair_dpcpu);
|
| H A D | netisr.c | 237 DPCPU_DEFINE(struct netisr_workstream, nws);
|