Searched refs:DPCPU_GET (Results 1 – 9 of 9) sorted by relevance
127 t_upper = DPCPU_GET(counter_upper); in tick_ticker()128 t_lower_last = DPCPU_GET(counter_lower_last); in tick_ticker()129 } while (t_upper != DPCPU_GET(counter_upper)); in tick_ticker()268 cycles_per_tick = DPCPU_GET(cycles_per_tick); in clock_intr()273 compare_last = DPCPU_GET(compare_ticks); in clock_intr()282 if (count < DPCPU_GET(counter_lower_last)) { in clock_intr()283 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1); in clock_intr()292 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
126 t_upper = DPCPU_GET(counter_upper); in tick_ticker()127 t_lower_last = DPCPU_GET(counter_lower_last); in tick_ticker()128 } while (t_upper != DPCPU_GET(counter_upper)); in tick_ticker()267 cycles_per_tick = DPCPU_GET(cycles_per_tick); in clock_intr()272 compare_last = DPCPU_GET(compare_ticks); in clock_intr()281 if (count < DPCPU_GET(counter_lower_last)) { in clock_intr()282 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1); in clock_intr()291 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
218 #define SCHED_STAT_INC(var) DPCPU_GET(var)++;
124 #define DPCPU_GET(n) (*DPCPU_PTR(n)) macro
438 if (DPCPU_GET(vcpu_info) != NULL) { in xen_hvm_cpu_init()
321 ipi_handle = DPCPU_GET(ipi_handle); in xen_pv_lapic_ipi_vectored()
541 v = DPCPU_GET(vcpu_info); in xen_intr_handle_upcall()
514 if (__predict_false(DPCPU_GET(epoch_cb_count))) in hardclock()
855 to_sbt = DPCPU_GET(hardclocktime); in callout_when()858 to_sbt = DPCPU_GET(hardclocktime); in callout_when()