Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djiffies.h208 #define time_before64(a,b) time_after64(b,a) macro
280 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
/linux/drivers/md/bcache/
H A Dutil.c213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
/linux/drivers/i2c/busses/
H A Di2c-octeon-core.c62 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait()
182 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c486 if (time_before64(now, start_time)) in path_service_time()