Home | History | Annotate | Download | only in s390

Lines Matching refs:bytes_to_flush

716     int bytes_to_flush = CachePage::kPageSize - offset;
717 FlushOnePage(i_cache, start, bytes_to_flush);
718 start += bytes_to_flush;
719 size -= bytes_to_flush;