Home
last modified time | relevance | path

Searched refs:DPCPU_GET (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/
Dtick.c127 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()
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()
292 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
/freebsd-12-stable/sys/mips/mips/
Dtick.c126 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()
266 cycles_per_tick = DPCPU_GET(cycles_per_tick); in clock_intr()
271 compare_last = DPCPU_GET(compare_ticks); in clock_intr()
280 if (count < DPCPU_GET(counter_lower_last)) { in clock_intr()
281 DPCPU_SET(counter_upper, DPCPU_GET(counter_upper) + 1); in clock_intr()
291 lost_ticks = DPCPU_GET(lost_ticks); in clock_intr()
/freebsd-12-stable/sys/dev/xen/timer/
Dtimer.c183 vcpu_time = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_get_timecount()
213 uptime = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xen_fetch_uptime()
237 xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_settime()
281 pcpu->last_processed = xen_fetch_vcpu_time(DPCPU_GET(vcpu_info)); in xentimer_intr()
326 struct vcpu_info *vcpu = DPCPU_GET(vcpu_info); in xentimer_et_start()
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_rcu.c216 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_lock()
248 record = &DPCPU_GET(linux_epoch_record[type]); in linux_rcu_read_unlock()
Dlinux_idr.c133 lic = &DPCPU_GET(linux_idr_cache); in idr_preload()
154 lic = &DPCPU_GET(linux_idr_cache); in idr_preload_end()
413 } else if ((il = idr_preload_dequeue_locked(&DPCPU_GET(linux_idr_cache))) != NULL) { in idr_get()
Dlinux_tasklet.c180 tw = &DPCPU_GET(tasklet_worker); in tasklet_schedule()
/freebsd-12-stable/sys/sys/
Dsched.h215 #define SCHED_STAT_INC(var) DPCPU_GET(var)++;
Dpcpu.h122 #define DPCPU_GET(n) (*DPCPU_PTR(n)) macro
/freebsd-12-stable/sys/x86/xen/
Dhvm.c409 if (DPCPU_GET(vcpu_info) != NULL) { in xen_hvm_cpu_init()
Dxen_apic.c314 ipi_handle = DPCPU_GET(ipi_handle); in xen_pv_lapic_ipi_vectored()
Dxen_intr.c540 v = DPCPU_GET(vcpu_info); in xen_intr_handle_upcall()
/freebsd-12-stable/sys/kern/
Dkern_clock.c502 if (__predict_false(DPCPU_GET(epoch_cb_count))) in hardclock()
Dkern_timeout.c980 to_sbt = DPCPU_GET(hardclocktime);
983 to_sbt = DPCPU_GET(hardclocktime);
/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_amd.c880 if ((count = DPCPU_GET(nmi_counter))) { in amd_intr()