Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/iommufd/
H A Dselftest.c680 if (IS_ERR(staccess)) in iommufd_test_access_item_destroy()
696 fput(staccess->file); in iommufd_test_access_item_destroy()
710 kfree(staccess); in iommufd_test_staccess_release()
732 staccess = kzalloc(sizeof(*staccess), GFP_KERNEL_ACCOUNT); in iommufd_test_alloc_access()
733 if (!staccess) in iommufd_test_alloc_access()
742 kfree(staccess); in iommufd_test_alloc_access()
746 return staccess; in iommufd_test_alloc_access()
763 if (IS_ERR(staccess)) in iommufd_test_create_access()
777 staccess, &id); in iommufd_test_create_access()
799 fput(staccess->file); in iommufd_test_create_access()
[all …]