Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.h45 struct dma_fence *last_flush; member
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ global() member
/openbsd-src/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */ member
/openbsd-src/sys/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */ member
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp470 u64 last_flush = start; in BackgroundThread() local