Searched defs:last_flush (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/util/
H A Dsession.h24 u64 last_flush; member in struct:ordered_samples
/external/chromium_org/third_party/zlib/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc132 u64 last_flush = NanoTime(); local
139 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
141 last_flush = NanoTime();
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
/external/zlib/src/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state

Completed in 148 milliseconds