Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_tc.c1914 static uint64_t c_last; in cpu_tick_calibrate() local
1933 c_delta = c_this - c_last; in cpu_tick_calibrate()
1954 c_last = c_this; in cpu_tick_calibrate()