Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_tc.c901 struct bintime t_this, t_delta; in cpu_tick_calibrate() local
914 getbinuptime(&t_this); in cpu_tick_calibrate()
918 t_delta = t_this; in cpu_tick_calibrate()
939 t_last = t_this; in cpu_tick_calibrate()