Searched refs:DPCPU_GET (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/mips/mips/
H A Dtick.c120 t_upper = DPCPU_GET(counter_upper);
121 t_lower_last = DPCPU_GET(counter_lower_last);
122 } while (t_upper != DPCPU_GET(counter_upper));
258 cycles_per_tick = DPCPU_GET(cycles_per_tick);
263 compare_last = DPCPU_GET(compare_ticks);
272 if (count < DPCPU_GET(counter_lower_last)) {
273 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1);
283 lost_ticks = DPCPU_GET(lost_ticks);
/freebsd-10.3-release/sys/mips/nlm/
H A Dtick.c125 t_upper = DPCPU_GET(counter_upper);
126 t_lower_last = DPCPU_GET(counter_lower_last);
127 } while (t_upper != DPCPU_GET(counter_upper));
263 cycles_per_tick = DPCPU_GET(cycles_per_tick);
268 compare_last = DPCPU_GET(compare_ticks);
277 if (count < DPCPU_GET(counter_lower_last)) {
278 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1);
288 lost_ticks = DPCPU_GET(lost_ticks);
/freebsd-10.3-release/sys/mips/rmi/
H A Dtick.c122 t_upper = DPCPU_GET(counter_upper);
123 t_lower_last = DPCPU_GET(counter_lower_last);
124 } while (t_upper != DPCPU_GET(counter_upper));
260 cycles_per_tick = DPCPU_GET(cycles_per_tick);
265 compare_last = DPCPU_GET(compare_ticks);
274 if (count < DPCPU_GET(counter_lower_last)) {
275 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1);
285 lost_ticks = DPCPU_GET(lost_ticks);
/freebsd-10.3-release/sys/sys/
H A Dpcpu.h97 #define DPCPU_GET(n) (*DPCPU_PTR(n)) macro
H A Dsched.h194 #define SCHED_STAT_INC(var) DPCPU_GET(var)++;
/freebsd-10.3-release/sys/x86/xen/
H A Dhvm.c283 ipi_handle = DPCPU_GET(ipi_handle);
603 if (DPCPU_GET(vcpu_info) != NULL) {
H A Dxen_intr.c483 v = DPCPU_GET(vcpu_info);
/freebsd-10.3-release/sys/dev/xen/timer/
H A Dtimer.c244 struct vcpu_info *vcpu = DPCPU_GET(vcpu_info);
/freebsd-10.3-release/sys/kern/
H A Dkern_timeout.c955 to_sbt = DPCPU_GET(hardclocktime);
958 to_sbt = DPCPU_GET(hardclocktime);

Completed in 83 milliseconds