Searched refs:num_flushed (Results 1 – 2 of 2) sorted by relevance
326 uint32_t num_flushed = 0; // pages flushed in Sync() local338 num_flushed += in Sync()358 num_flushed += in Sync()379 if (num_flushed > 0) { in Sync()381 "Flushing %u/%u %u contiguous pages in %.3fms", num_flushed, in Sync()385 return num_flushed; in Sync()
1434 int num_flushed = dev->flush_buffer(dev); in dev_io_append_stream() local1435 if (num_flushed < 0) { in dev_io_append_stream()1436 rc = num_flushed; in dev_io_append_stream()