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.c426 test_ioctl_destroy(self->ioas_id); in TEST_F()
682 test_ioctl_destroy(nested_hwpt_id[0]); in TEST_F()
693 test_ioctl_destroy(nested_hwpt_id[1]); in TEST_F()
694 test_ioctl_destroy(iopf_hwpt_id); in TEST_F()
698 test_ioctl_destroy(parent_hwpt_id); in TEST_F()
699 test_ioctl_destroy(parent_hwpt_id_not_work); in TEST_F()
701 test_ioctl_destroy(fault_id); in TEST_F()
740 test_ioctl_destroy(self->ioas_id); in TEST_F()
1168 test_ioctl_destroy(self->stdev_id); in TEST_F()
1238 test_ioctl_destroy(mock_stdev_id); in TEST_F()
[all …]
H A Diommufd_utils.h559 #define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id)) macro