Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A 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()
156 INIT_LIST_HEAD(&entry->domain_list); in __async_schedule_node_domain()
168 list_add_tail(&entry->domain_list, &domain->pending); in __async_schedule_node_domain()
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c64 struct list_head domain_list; member
835 do_accounting = list_empty(&iommu->domain_list); in vfio_iommu_type1_pin_pages()
929 do_accounting = list_empty(&iommu->domain_list); in vfio_iommu_type1_unpin_pages()
1050 if (list_empty(&iommu->domain_list)) in vfio_unmap_unpin()
1060 domain = d = list_first_entry(&iommu->domain_list, in vfio_unmap_unpin()
1063 list_for_each_entry_continue(d, &iommu->domain_list, next) { in vfio_unmap_unpin()
1141 list_for_each_entry(domain, &iommu->domain_list, next) in vfio_update_pgsize_bitmap()
1436 list_for_each_entry(d, &iommu->domain_list, next) { in vfio_iommu_map()
1449 list_for_each_entry_continue_reverse(d, &iommu->domain_list, next) { in vfio_iommu_map()
1661 if (list_empty(&iommu->domain_list)) in vfio_dma_do_map()
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dpdr_internal.h116 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH]; member
191 domain_list),
H A Dpdr_interface.c421 entry = &resp->domain_list[i]; in pdr_locate_service()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.h58 } *domain_list; member
H A Dintel_display_power_map.c39 { .name = _name, .domain_list = _domain_list, ## __VA_ARGS__ }
1553 if (!inst->domain_list) in init_power_well_domains()
1556 if (inst->domain_list->count == 0) { in init_power_well_domains()
1562 for (j = 0; j < inst->domain_list->count; j++) in init_power_well_domains()
1563 set_bit(inst->domain_list->list[j], power_well->domains.bits); in init_power_well_domains()