Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dasync.c68 struct list_head domain_list; member
98 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.15/drivers/vfio/
Dvfio_iommu_type1.c66 struct list_head domain_list; member
144 (!list_empty(&iommu->domain_list))
1103 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
1106 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
1185 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_update_pgsize_bitmap()
1466 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
1478 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) { in vfio_iommu_map()
1712 if (!list_empty(&iommu->domain_list)) in vfio_iommu_replay()
1713 d = list_first_entry(&iommu->domain_list, in vfio_iommu_replay()
1899 list_for_each_entry(domain, &iommu->domain_list, next) { in vfio_iommu_find_iommu_group()
[all …]
/Linux-v5.15/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()