Searched refs:ts_diff (Results 1 – 1 of 1) sorted by relevance
60 struct timespec ts, ts_diff; in vs_busy() local120 ts_diff = ts; in vs_busy()121 timespecsub(&ts_diff, &vip->busy_ts); in vs_busy()122 if (timespeccmp(&ts_diff, &ts_min, <)) in vs_busy()