Home
last modified time | relevance | path

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

/linux/kernel/
H A Dasync.c70 struct list_head domain_list; member
100 struct async_entry, domain_list); in lowest_in_progress()
137 list_del_init(&entry->domain_list); in async_run_entry_fn()
158 INIT_LIST_HEAD(&entry->domain_list); in __async_schedule_node_domain()
170 list_add_tail(&entry->domain_list, &domain->pending); in __async_schedule_node_domain()
/linux/drivers/vfio/
H A Dvfio_iommu_type1.c66 struct list_head domain_list; member
939 do_accounting = list_empty(&iommu->domain_list); in vfio_iommu_type1_pin_pages()
1042 do_accounting = list_empty(&iommu->domain_list); in vfio_iommu_type1_unpin_pages()
1161 if (list_empty(&iommu->domain_list)) in vfio_unmap_unpin()
1171 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
1174 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
1254 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_update_pgsize_bitmap()
1560 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
1573 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) { in vfio_iommu_map()
1788 if (list_empty(&iommu->domain_list)) in vfio_dma_do_map()
[all …]
/linux/drivers/soc/qcom/
H A Dpdr_internal.h48 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH]; member
H A Dqcom_pd_mapper.c191 strscpy(rsp->domain_list[j].name, domain->name, in qcom_pdm_get_domain_list()
192 sizeof(rsp->domain_list[i].name)); in qcom_pdm_get_domain_list()
193 rsp->domain_list[j].instance = domain->instance_id; in qcom_pdm_get_domain_list()
H A Dqcom_pdr_msg.c155 domain_list),
H A Dpdr_interface.c416 entry = &resp->domain_list[i]; in pdr_locate_service()