Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c423 test_ioctl_destroy(self->ioas_id); in TEST_F()
679 test_ioctl_destroy(nested_hwpt_id[0]); in TEST_F()
690 test_ioctl_destroy(nested_hwpt_id[1]); in TEST_F()
691 test_ioctl_destroy(iopf_hwpt_id); in TEST_F()
695 test_ioctl_destroy(parent_hwpt_id); in TEST_F()
696 test_ioctl_destroy(parent_hwpt_id_not_work); in TEST_F()
698 test_ioctl_destroy(fault_id); in TEST_F()
737 test_ioctl_destroy(self->ioas_id); in TEST_F()
1163 test_ioctl_destroy(self->stdev_id); in TEST_F()
1233 test_ioctl_destroy(mock_stdev_id); in TEST_F()
[all …]
H A Diommufd_utils.h604 #define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id)) macro