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.c2087 uint64_t c_this, c_delta; in cpu_tick_calibrate() local
2103 c_this = cpu_ticks(); in cpu_tick_calibrate()
2105 c_delta = c_this - c_last; in cpu_tick_calibrate()
2126 c_last = c_this; in cpu_tick_calibrate()