Searched refs:DPCPU_DECLARE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsched.h174 DPCPU_DECLARE(long, sched_switch_stats[SWT_COUNT]);
H A Dpcpu.h82 #define DPCPU_DECLARE(t, n) extern t DPCPU_NAME(n) macro
/freebsd-10-stable/sys/dev/xen/timer/
H A Dtimer.c87 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
/freebsd-10-stable/sys/x86/xen/
H A Dxen_intr.c103 DPCPU_DECLARE(struct vcpu_info *, vcpu_info);
/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c74 DPCPU_DECLARE(sbintime_t, hardclocktime);

Completed in 50 milliseconds