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.c7669 int od_size; in ztest_rzx_thread() local
7673 od_size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_rzx_thread()
7674 od = umem_alloc(od_size, UMEM_NOFAIL); in ztest_rzx_thread()
7682 if (ztest_object_init(zd, od, od_size, B_FALSE) != 0) { in ztest_rzx_thread()
7683 umem_free(od, od_size); in ztest_rzx_thread()
7711 umem_free(od, od_size); in ztest_rzx_thread()