Searched refs:last_flush (Results 1 – 3 of 3) sorted by relevance
537 s->last_flush = -2;631 s->last_flush != -2) {823 old_flush = s->last_flush;824 s->last_flush = flush;836 s->last_flush = -1;887 s->last_flush = -1;913 s->last_flush = -1;956 s->last_flush = -1;979 s->last_flush = -1;1018 s->last_flush = -1;[all …]
111 int last_flush; /* value of flush param for previous deflate call */ member
198 u64 last_flush = NanoTime(); in BackgroundThread() local208 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()211 last_flush = NanoTime(); in BackgroundThread()