Home
last modified time | relevance | path

Searched refs:DPCPU_DECLARE (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Depoch.h78 DPCPU_DECLARE(int, epoch_cb_count);
79 DPCPU_DECLARE(struct grouptask, epoch_cb_task);
H A Dsched.h205 DPCPU_DECLARE(long, sched_switch_stats[SWT_COUNT]);
223 DPCPU_DECLARE(unsigned long, name);
H A Dpcpu.h82 #define DPCPU_DECLARE(t, n) extern t DPCPU_NAME(n) macro
H A Dpmckern.h186 DPCPU_DECLARE(uint8_t, pmc_sampled);
/freebsd/sys/dev/dpaa/
H A Dbman_var.h37 DPCPU_DECLARE(struct bman_portal_softc *, bman_affine_portal);
H A Dqman_var.h165 DPCPU_DECLARE(device_t, qman_affine_portal);
/freebsd/sys/x86/xen/
H A Dhvm.c93 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c92 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c99 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
/freebsd/sys/kern/
H A Dkern_timeout.c74 DPCPU_DECLARE(sbintime_t, hardclocktime);
/freebsd/share/man/man9/
H A DMakefile1094 MLINKS+=dpcpu.9 DPCPU_DECLARE.9 \