Searched refs:checktime (Results 1 – 1 of 1) sorted by relevance
170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local207 checktime = jiffies; in xlr_i2c_tx()216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local259 checktime = jiffies; in xlr_i2c_rx()272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
Completed in 5 milliseconds