Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dselftest.c1283 if (IS_ERR(staccess)) in iommufd_test_access_item_destroy()
1299 fput(staccess->file); in iommufd_test_access_item_destroy()
1313 kfree(staccess); in iommufd_test_staccess_release()
1335 staccess = kzalloc(sizeof(*staccess), GFP_KERNEL_ACCOUNT); in iommufd_test_alloc_access()
1336 if (!staccess) in iommufd_test_alloc_access()
1345 kfree(staccess); in iommufd_test_alloc_access()
1349 return staccess; in iommufd_test_alloc_access()
1366 if (IS_ERR(staccess)) in iommufd_test_create_access()
1380 staccess, &id); in iommufd_test_create_access()
1402 fput(staccess->file); in iommufd_test_create_access()
[all …]