BLKCPY_TESTLEN
src = kmem_alloc(BLKCPY_TESTLEN + 8, KM_SLEEP);
ref = kmem_alloc(BLKCPY_TESTLEN + 8, KM_SLEEP);
dstbuf = kmem_alloc(BLKCPY_TESTLEN + 8 + 2 * BLKCPY_GUARD,
for (i = 0; i < BLKCPY_TESTLEN + 8; i++)
BLKCPY_TESTLEN + 8 +
BLKCPY_TESTLEN + 8);
off < BLKCPY_TESTLEN + 8 +
kmem_free(src, BLKCPY_TESTLEN + 8);
kmem_free(ref, BLKCPY_TESTLEN + 8);
kmem_free(dstbuf, BLKCPY_TESTLEN + 8 + 2 * BLKCPY_GUARD);