Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dcpu.h88 return (cpu_ticks()); in get_cyclecount()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h198 ((long)cputick2usec(cpu_ticks()) + (timeout_us))
199 #define ENA_TIME_EXPIRE(timeout) ((timeout) < cputick2usec(cpu_ticks()))
/f-stack/freebsd/kern/
H A Dkern_tc.c2046 c_this = cpu_ticks(); in cpu_tick_calibrate()
2078 cpu_ticks = tc_cpu_ticks; in set_cputicker()
2082 cpu_ticks = func; in set_cputicker()
2090 if (cpu_ticks == tc_cpu_ticks) in cpu_tickrate()
2117 cpu_tick_f *cpu_ticks = tc_cpu_ticks; variable
H A Dkern_synch.c526 new_switchtime = cpu_ticks(); in mi_switch()
H A Dkern_clock.c709 new_switchtime = cpu_ticks(); in statclock()
H A Dkern_resource.c834 u = cpu_ticks(); in calcru()
866 u = cpu_ticks(); in rufetchtd()
H A Dinit_main.c661 PCPU_SET(switchtime, cpu_ticks()); in proc0_post()
H A Dkern_time.c258 curtime = cpu_ticks(); in kern_thread_cputime()
282 runtime += cpu_ticks() - PCPU_GET(switchtime); in kern_process_cputime()
H A Dsched_4bsd.c1676 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
H A Dkern_thread.c933 new_switchtime = cpu_ticks(); in thread_exit()
H A Dsched_ule.c2906 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
/f-stack/freebsd/sys/
H A Dsystm.h488 extern cpu_tick_f *cpu_ticks;