Searched refs:last_flush (Results 1 – 11 of 11) sorted by relevance
18 u64 last_flush; member
552 os->last_flush = iter->timestamp; in flush_sample_queue()683 if (timestamp < s->ordered_samples.last_flush) { in perf_session_queue_event()
108 int last_flush; /* value of flush param for previous deflate call */ member
419 s->last_flush = Z_NO_FLUSH;686 old_flush = s->last_flush;687 s->last_flush = flush;879 s->last_flush = -1;912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
386 s->last_flush = Z_NO_FLUSH;609 old_flush = s->last_flush;610 s->last_flush = flush;802 s->last_flush = -1;852 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */881 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
418 s->last_flush = Z_NO_FLUSH; in deflateResetKeep()685 old_flush = s->last_flush; in deflate()686 s->last_flush = flush; in deflate()878 s->last_flush = -1; in deflate()911 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in deflate()941 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ in deflate()
159 u64 last_flush = NanoTime(); in BackgroundThread() local170 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()174 last_flush = NanoTime(); in BackgroundThread()