Lines Matching refs:root_directory
2433 static const u32 root_directory[] = { variable
2498 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2560 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2564 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2574 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_format()
2575 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_format()
2656 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2667 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2669 block = kunit_kzalloc(test, sizeof(root_directory), GFP_KERNEL); in tb_test_property_copy()
2672 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2675 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_copy()
2676 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_copy()