Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c2095 uint64_t c_this, c_delta; in cpu_tick_calibrate() local
2111 c_this = cpu_ticks(); in cpu_tick_calibrate()
2113 c_delta = c_this - c_last; in cpu_tick_calibrate()
2134 c_last = c_this; in cpu_tick_calibrate()