Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4462 #undef OD_ARRAY_SIZE
4463 #define OD_ARRAY_SIZE 4 macro
4476 size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()
4478 batchsize = OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()
4518 #undef OD_ARRAY_SIZE
4519 #define OD_ARRAY_SIZE 2 macro
4531 size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_dmu_read_write()
4807 #undef OD_ARRAY_SIZE
4808 #define OD_ARRAY_SIZE 2 macro
4831 size = sizeof (ztest_od_t) * OD_ARRAY_SIZE; in ztest_dmu_read_write_zcopy()