Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/xz/
Dmytime.c23 static uint64_t next_flush; variable
55 next_flush = start_time + opt_flush_timeout; in mytime_set_start_time()
71 next_flush = mytime_now() + opt_flush_timeout; in mytime_set_flush_time()
84 if (now >= next_flush) in mytime_get_flush_timeout()
87 const uint64_t remaining = next_flush - now; in mytime_get_flush_timeout()