Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/vfio/
Dvfio_iommu_type1.c65 struct list_head domain_list; member
131 (!list_empty(&iommu->domain_list))
885 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
888 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
962 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_update_pgsize_bitmap()
1217 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
1229 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) { in vfio_iommu_map()
1434 if (!list_empty(&iommu->domain_list)) in vfio_iommu_replay()
1435 d = list_first_entry(&iommu->domain_list, in vfio_iommu_replay()
1613 list_for_each_entry(domain, &iommu->domain_list, next) { in vfio_iommu_find_iommu_group()
[all …]
/Linux-v5.10/drivers/soc/qcom/
Dpdr_internal.h116 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH]; member
191 domain_list),
Dpdr_interface.c420 entry = &resp->domain_list[i]; in pdr_locate_service()