Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c1248 int j_start, j_end; in conv_time_measure() local
1259 j_end = jiffies; in conv_time_measure()
1261 *conv_time = jiffies_to_msecs(j_end-j_start)*12/10; in conv_time_measure()