Home
last modified time | relevance | path

Searched refs:cpu_ticks (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/i386/include/
H A Dcpu.h88 return (cpu_ticks()); in get_cyclecount()
/freebsd-13.1/sys/contrib/ena-com/
H A Dena_plat.h180 ((long)cputick2usec(cpu_ticks()) + (timeout_us))
181 #define ENA_TIME_EXPIRE(timeout) ((timeout) < cputick2usec(cpu_ticks()))
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_cpu.c1130 start_ticks = cpu_ticks(); in acpi_cpu_idle()
1139 end_ticks = cpu_ticks(); in acpi_cpu_idle()
1173 start_ticks = cpu_ticks(); in acpi_cpu_idle()
1191 end_ticks = cpu_ticks(); in acpi_cpu_idle()
/freebsd-13.1/sys/kern/
H A Dkern_tc.c2095 c_this = cpu_ticks(); in cpu_tick_calibrate()
2127 cpu_ticks = tc_cpu_ticks; in set_cputicker()
2131 cpu_ticks = func; in set_cputicker()
2139 if (cpu_ticks == tc_cpu_ticks) in cpu_tickrate()
2166 cpu_tick_f *cpu_ticks = tc_cpu_ticks; variable
H A Dkern_synch.c528 new_switchtime = cpu_ticks(); in mi_switch()
H A Dkern_resource.c835 u = cpu_ticks(); in calcru()
867 u = cpu_ticks(); in rufetchtd()
H A Dkern_clock.c706 new_switchtime = cpu_ticks(); in statclock()
H A Dinit_main.c663 PCPU_SET(switchtime, cpu_ticks()); in proc0_post()
H A Dkern_time.c261 curtime = cpu_ticks(); in kern_thread_cputime()
285 runtime += cpu_ticks() - PCPU_GET(switchtime); in kern_process_cputime()
H A Dkern_thread.c965 new_switchtime = cpu_ticks(); in thread_exit()
H A Dsched_4bsd.c1683 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
H A Dsched_ule.c3001 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
/freebsd-13.1/sys/sys/
H A Dsystm.h390 extern cpu_tick_f *cpu_ticks;