Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dselftest.c996 if (IS_ERR(staccess)) in iommufd_test_access_item_destroy()
1012 fput(staccess->file); in iommufd_test_access_item_destroy()
1026 kfree(staccess); in iommufd_test_staccess_release()
1048 staccess = kzalloc(sizeof(*staccess), GFP_KERNEL_ACCOUNT); in iommufd_test_alloc_access()
1049 if (!staccess) in iommufd_test_alloc_access()
1058 kfree(staccess); in iommufd_test_alloc_access()
1062 return staccess; in iommufd_test_alloc_access()
1079 if (IS_ERR(staccess)) in iommufd_test_create_access()
1093 staccess, &id); in iommufd_test_create_access()
1115 fput(staccess->file); in iommufd_test_create_access()
[all …]