Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c86 timepoint_steady(&vip->busy_ts); in vs_busy()
121 timespecsub(&ts_diff, &vip->busy_ts); in vs_busy()
124 vip->busy_ts = ts; in vs_busy()
H A Dvi.h255 struct timespec busy_ts;/* Busy timer. */ member