Searched refs:WaitForPendingIO (Results 1 – 8 of 8) sorted by relevance
96 void WaitForPendingIO();
68 static void WaitForPendingIO(int* num_pending_io);
269 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File272 GetFileInFlightIO()->WaitForPendingIO(); in WaitForPendingIO()
43 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightIO
439 void InFlightBackendIO::WaitForPendingIO() { in WaitForPendingIO() function in disk_cache::InFlightBackendIO440 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
182 void WaitForPendingIO();
258 void File::WaitForPendingIO(int* num_pending_io) { in WaitForPendingIO() function in disk_cache::File
390 background_queue_.WaitForPendingIO(); in ~BackendImpl()526 File::WaitForPendingIO(&num_pending_io_); in CleanupCache()