Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dasync.c72 struct list_head domain_list; member
100 domain_list)->cookie; in lowest_in_progress()
135 list_del_init(&entry->domain_list); in async_run_entry_fn()
171 INIT_LIST_HEAD(&entry->domain_list); in __async_schedule()
183 list_add_tail(&entry->domain_list, &domain->pending); in __async_schedule()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c57 struct list_head domain_list; member
351 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
354 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
409 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_pgsize_bitmap()
527 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
542 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) in vfio_iommu_map()
649 d = list_first_entry(&iommu->domain_list, struct vfio_domain, next); in vfio_iommu_replay()
735 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group()
799 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group()
824 list_add(&domain->next, &iommu->domain_list); in vfio_iommu_type1_attach_group()
[all …]