Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c7659 int od_size; in ztest_rzx_thread() local
7663 od_size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_rzx_thread()
7664 od = umem_alloc(od_size, UMEM_NOFAIL); in ztest_rzx_thread()
7672 if (ztest_object_init(zd, od, od_size, B_FALSE) != 0) { in ztest_rzx_thread()
7673 umem_free(od, od_size); in ztest_rzx_thread()
7701 umem_free(od, od_size); in ztest_rzx_thread()