Searched refs:_test_ioctl_destroy (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/iommu/ |
H A D | iommufd.c | 86 EXPECT_ERRNO(ENOENT, _test_ioctl_destroy(self->fd, 0)); in TEST_F() 423 _test_ioctl_destroy(self->fd, self->ioas_id)); in TEST_F() 526 _test_ioctl_destroy(self->fd, parent_hwpt_id)); in TEST_F() 676 _test_ioctl_destroy(self->fd, nested_hwpt_id[0])); in TEST_F() 681 _test_ioctl_destroy(self->fd, nested_hwpt_id[1])); in TEST_F() 687 _test_ioctl_destroy(self->fd, iopf_hwpt_id)); in TEST_F() 738 _test_ioctl_destroy(self->fd, self->ioas_id)); in TEST_F() 2028 EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[0])); in TEST_F() 2030 EXPECT_ERRNO(EBUSY, _test_ioctl_destroy(self->fd, hwpt_id[1])); in TEST_F() 2805 _test_ioctl_destroy(sel in TEST_F() [all...] |
H A D | iommufd_utils.h | 551 static int _test_ioctl_destroy(int fd, unsigned int id) in _test_ioctl_destroy() function 559 #define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id))
|