Searched refs:toCopy (Results 1 – 1 of 1) sorted by relevance
495 size_t toCopy = MIN(size, curPageRemaining); in hibernate_scratch_io() local498 __nosan_memcpy(scratch->curPage + scratch->curPagePos, buffer, toCopy); in hibernate_scratch_io()501 __nosan_memcpy(buffer, scratch->curPage + scratch->curPagePos, toCopy); in hibernate_scratch_io()503 scratch->curPos += toCopy; in hibernate_scratch_io()504 scratch->curPagePos += toCopy; in hibernate_scratch_io()505 buffer = (void *)((uintptr_t)buffer + toCopy); in hibernate_scratch_io()506 size -= toCopy; in hibernate_scratch_io()