Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/xz/
H A Dmytime.c24 static uint64_t next_flush; variable
69 next_flush = mytime_now() + opt_flush_timeout; in mytime_set_flush_time()
81 if (now >= next_flush) in mytime_get_flush_timeout()
84 const uint64_t remaining = next_flush - now; in mytime_get_flush_timeout()