Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zlib/
H A Ddeflate.c537 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 …]
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp198 u64 last_flush = NanoTime(); in BackgroundThread() local
208 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) { in BackgroundThread()
211 last_flush = NanoTime(); in BackgroundThread()