Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/xz/
H A Dmytime.c22 static uint64_t next_flush; variable
68 next_flush = mytime_now() + opt_flush_timeout; in mytime_set_flush_time()
80 if (now >= next_flush) in mytime_get_flush_timeout()
83 const uint64_t remaining = next_flush - now; in mytime_get_flush_timeout()