Lines Matching refs:flush_time
51 if (now <= detail->flush_time) in cache_init()
53 now = detail->flush_time + 1; in cache_init()
126 if (now <= detail->flush_time) in cache_fresh_locked()
128 now = detail->flush_time + 1; in cache_fresh_locked()
500 if (detail->flush_time >= now) in cache_purge()
501 now = detail->flush_time + 1; in cache_purge()
503 detail->flush_time = now; in cache_purge()
1432 snprintf(tbuf, sizeof(tbuf), "%lu\n", convert_to_wallclock(cd->flush_time)); in read_flush()
1473 if (cd->flush_time >= now) in write_flush()
1474 now = cd->flush_time + 1; in write_flush()
1478 cd->flush_time = then; in write_flush()