Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
A Dselftest.c1026 if (IS_ERR(staccess)) in iommufd_test_access_item_destroy()
1042 fput(staccess->file); in iommufd_test_access_item_destroy()
1056 kfree(staccess); in iommufd_test_staccess_release()
1078 staccess = kzalloc(sizeof(*staccess), GFP_KERNEL_ACCOUNT); in iommufd_test_alloc_access()
1079 if (!staccess) in iommufd_test_alloc_access()
1088 kfree(staccess); in iommufd_test_alloc_access()
1092 return staccess; in iommufd_test_alloc_access()
1109 if (IS_ERR(staccess)) in iommufd_test_create_access()
1123 staccess, &id); in iommufd_test_create_access()
1145 fput(staccess->file); in iommufd_test_create_access()
[all …]

Completed in 8 milliseconds