Lines Matching defs:test

30  * The objective of this program is to provide a DMU/ZAP/SPA stress test
37 * we have a simple routine to test that functionality. These
40 * (2) We turn these simple functionality tests into a stress test by
52 * we run the entire test in a child of the main process.
55 * The parent then runs the test again, using the existing
64 * If you add a new test, please do this if applicable.
70 * To turn this into an overnight stress test, use -T to specify run time.
294 ztest_func_t *zi_func; /* test function */
984 * If the SPA supports new MAXBLOCKSIZE, test up to 1MB blocks.
2269 * Lookup or create the objects for a test using the od template.
3563 * This test uses two objects, packobj and bigobj, that are always
3841 * This test uses two objects, packobj and bigobj, that are always
3896 * Iteration 0 test zcopy for DB_UNCACHED dbufs.
3897 * Iteration 1 test zcopy to already referenced dbufs.
3898 * Iteration 2 test zcopy to dirty dbuf in the same txg.
3899 * Iteration 3 test zcopy to dbuf dirty in previous txg.
3900 * Iteration 4 test zcopy when dbuf is no longer dirty.
3901 * Iteration 5 test zcopy when it can't be done.
3910 * that don't match bigobj blksz to test
3956 * test dmu_assign_arcbuf() for the case when there're no
4249 * Testcase to test the upgrading of a microzap to fatzap.
4480 * Commit callback test.
5068 * the pool and dataset properies we need to maintain during this test.
5448 fatal(0, "aborting test after %llu seconds because "
5462 ztest_execute(int test, ztest_info_t *zi, uint64_t id)
5465 ztest_shared_callstate_t *zc = ZTEST_GET_SHARED_CALLSTATE(test);
5961 * Then test spa_freeze() functionality.
6368 * It's possible that we killed a child during a rename test,