Searched refs:domain_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/ |
D | async.c | 72 struct list_head domain_list; member 96 struct async_entry, domain_list); in lowest_in_progress() 139 list_del_init(&entry->domain_list); in async_run_entry_fn() 175 INIT_LIST_HEAD(&entry->domain_list); in __async_schedule() 187 list_add_tail(&entry->domain_list, &domain->pending); in __async_schedule()
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_type1.c | 62 struct list_head domain_list; member 114 (!list_empty(&iommu->domain_list)) 776 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin() 779 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin() 847 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_pgsize_bitmap() 1013 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map() 1028 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) in vfio_iommu_map() 1189 d = list_first_entry(&iommu->domain_list, struct vfio_domain, next); in vfio_iommu_replay() 1343 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group() 1434 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_type1_attach_group() [all …]
|