Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dasync.c68 struct list_head domain_list; member
92 struct async_entry, domain_list); in lowest_in_progress()
135 list_del_init(&entry->domain_list); in async_run_entry_fn()
189 INIT_LIST_HEAD(&entry->domain_list); in async_schedule_node_domain()
201 list_add_tail(&entry->domain_list, &domain->pending); in async_schedule_node_domain()
/Linux-v5.4/drivers/vfio/
Dvfio_iommu_type1.c64 struct list_head domain_list; member
125 (!list_empty(&iommu->domain_list))
775 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
778 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
851 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_pgsize_bitmap()
991 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
1003 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) in vfio_iommu_map()
1196 d = list_first_entry(&iommu->domain_list, struct vfio_domain, next); in vfio_iommu_replay()
1668 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group()
1802 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group()
[all …]