Searched refs:ts_now (Results 1 – 2 of 2) sorted by relevance
33 fido_time_now(struct timespec *ts_now) in fido_time_now() argument35 if (clock_gettime(CLOCK_MONOTONIC, ts_now) != 0) { in fido_time_now()
65 struct timespec ts_now; in select_dev() local150 if (clock_gettime(CLOCK_MONOTONIC, &ts_now) != 0) { in select_dev()156 timespecsub(&ts_now, &ts_start, &ts_delta); in select_dev()