Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
A Dselftest.c302 __mock_domain_alloc_nested(struct mock_iommu_domain *mock_parent, in __mock_domain_alloc_nested() argument
311 mock_nested->parent = mock_parent; in __mock_domain_alloc_nested()
324 struct mock_iommu_domain *mock_parent; in mock_domain_alloc_user() local
355 mock_parent = container_of(parent, struct mock_iommu_domain, domain); in mock_domain_alloc_user()
356 if (!mock_parent) in mock_domain_alloc_user()
364 return __mock_domain_alloc_nested(mock_parent, &user_cfg); in mock_domain_alloc_user()

Completed in 6 milliseconds