Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c2030 uint64_t c_this, c_delta; in cpu_tick_calibrate() local
2046 c_this = cpu_ticks(); in cpu_tick_calibrate()
2048 c_delta = c_this - c_last; in cpu_tick_calibrate()
2069 c_last = c_this; in cpu_tick_calibrate()