Searched refs:DPCPU_DECLARE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | epoch.h | 78 DPCPU_DECLARE(int, epoch_cb_count); 79 DPCPU_DECLARE(struct grouptask, epoch_cb_task);
|
| H A D | sched.h | 205 DPCPU_DECLARE(long, sched_switch_stats[SWT_COUNT]); 223 DPCPU_DECLARE(unsigned long, name);
|
| H A D | pcpu.h | 82 #define DPCPU_DECLARE(t, n) extern t DPCPU_NAME(n) macro
|
| H A D | pmckern.h | 186 DPCPU_DECLARE(uint8_t, pmc_sampled);
|
| /freebsd/sys/dev/dpaa/ |
| H A D | bman_var.h | 37 DPCPU_DECLARE(struct bman_portal_softc *, bman_affine_portal);
|
| H A D | qman_var.h | 165 DPCPU_DECLARE(device_t, qman_affine_portal);
|
| /freebsd/sys/x86/xen/ |
| H A D | hvm.c | 93 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
|
| /freebsd/sys/dev/xen/timer/ |
| H A D | xen_timer.c | 92 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
|
| /freebsd/sys/dev/xen/bus/ |
| H A D | xen_intr.c | 99 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
|
| /freebsd/sys/kern/ |
| H A D | kern_timeout.c | 74 DPCPU_DECLARE(sbintime_t, hardclocktime);
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 1094 MLINKS+=dpcpu.9 DPCPU_DECLARE.9 \
|