Home
last modified time | relevance | path

Searched refs:bigbuf (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4609 bigbuf = umem_alloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write()
4645 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4754 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4820 bufwad_t *packbuf, *bigbuf; in ztest_dmu_read_write_zcopy() local
4887 bigbuf = umem_zalloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write_zcopy()
4935 umem_free(bigbuf, bigsize); in ztest_dmu_read_write_zcopy()
4963 bigbuf, DMU_READ_PREFETCH); in ztest_dmu_read_write_zcopy()
4984 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
4987 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
4990 bcopy((caddr_t)bigbuf + (off - bigoff) + in ztest_dmu_read_write_zcopy()
[all …]