Searched refs:staccess (Results 1 – 1 of 1) sorted by relevance
655 struct selftest_access *staccess = data; in iommufd_test_access_unmap() local659 mutex_lock(&staccess->lock); in iommufd_test_access_unmap()660 list_for_each_entry_safe(item, tmp, &staccess->items, items_elm) { in iommufd_test_access_unmap()665 iommufd_access_unpin_pages(staccess->access, item->iova, in iommufd_test_access_unmap()669 mutex_unlock(&staccess->lock); in iommufd_test_access_unmap()677 struct selftest_access *staccess; in iommufd_test_access_item_destroy() local679 staccess = iommufd_access_get(access_id); in iommufd_test_access_item_destroy()680 if (IS_ERR(staccess)) in iommufd_test_access_item_destroy()681 return PTR_ERR(staccess); in iommufd_test_access_item_destroy()683 mutex_lock(&staccess->lock); in iommufd_test_access_item_destroy()[all …]