Searched refs:ts_diff (Results 1 – 1 of 1) sorted by relevance
64 struct timespec ts, ts_diff; in vs_busy() local124 ts_diff = ts; in vs_busy()125 timespecsub(&ts_diff, &vip->busy_ts); in vs_busy()126 if (timespeccmp(&ts_diff, &ts_min, <)) in vs_busy()