Searched refs:_test_cmd_destroy_access_pages (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/iommu/ |
D | iommufd_fail_nth.c | 543 if (_test_cmd_destroy_access_pages(self->fd, self->access_id, in TEST_FAIL_NTH() 602 if (_test_cmd_destroy_access_pages(self->fd, self->access_id, in TEST_FAIL_NTH()
|
D | iommufd_utils.h | 523 static int _test_cmd_destroy_access_pages(int fd, unsigned int access_id, in _test_cmd_destroy_access_pages() function 535 ASSERT_EQ(0, _test_cmd_destroy_access_pages(self->fd, access_id, \ 538 EXPECT_ERRNO(_errno, _test_cmd_destroy_access_pages( \
|