Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dviommu.c62 INIT_LIST_HEAD(&viommu->veventqs); in iommufd_viommu_alloc_ioctl()
H A Diommufd_private.h598 list_for_each_entry_safe(veventq, next, &viommu->veventqs, node) { in iommufd_viommu_find_veventq()
H A Deventq.c567 list_add_tail(&veventq->node, &viommu->veventqs); in iommufd_veventq_alloc()
/linux-6.15/include/linux/
H A Diommufd.h101 struct list_head veventqs; member