Lines Matching defs:test

31  * The objective of this program is to provide a DMU/ZAP/SPA stress test
38 * we have a simple routine to test that functionality. These
41 * (2) We turn these simple functionality tests into a stress test by
53 * we run the entire test in a child of the main process.
56 * The parent then runs the test again, using the existing
65 * If you add a new test, please do this if applicable.
71 * To turn this into an overnight stress test, use -T to specify run time.
295 ztest_func_t *zi_func; /* test function */
979 * If the SPA supports new MAXBLOCKSIZE, test up to 1MB blocks.
2264 * Lookup or create the objects for a test using the od template.
3545 * This test uses two objects, packobj and bigobj, that are always
3823 * This test uses two objects, packobj and bigobj, that are always
3878 * Iteration 0 test zcopy for DB_UNCACHED dbufs.
3879 * Iteration 1 test zcopy to already referenced dbufs.
3880 * Iteration 2 test zcopy to dirty dbuf in the same txg.
3881 * Iteration 3 test zcopy to dbuf dirty in previous txg.
3882 * Iteration 4 test zcopy when dbuf is no longer dirty.
3883 * Iteration 5 test zcopy when it can't be done.
3892 * that don't match bigobj blksz to test
3937 * test dmu_assign_arcbuf() for the case when there're no
4230 * Testcase to test the upgrading of a microzap to fatzap.
4461 * Commit callback test.
5002 * the pool and dataset properies we need to maintain during this test.
5372 fatal(0, "aborting test after %llu seconds because "
5386 ztest_execute(int test, ztest_info_t *zi, uint64_t id)
5389 ztest_shared_callstate_t *zc = ZTEST_GET_SHARED_CALLSTATE(test);
5881 * Then test spa_freeze() functionality.
6292 * It's possible that we killed a child during a rename test,