Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/vi/
H A Dvs_msg.c64 struct timespec ts, ts_diff; in vs_busy() local
124 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()