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()
1050 if (list_empty(&iommu->domain_list)) in vfio_unmap_unpin()
1661 if (list_empty(&iommu->domain_list)) in vfio_dma_do_map()
1687 if (!list_empty(&iommu->domain_list)) in vfio_iommu_replay()
1688 d = list_first_entry(&iommu->domain_list, in vfio_iommu_replay()
2319 list_add(&domain->next, &iommu->domain_list); in vfio_iommu_type1_attach_group()
2479 list_empty(&iommu->domain_list)) { in vfio_iommu_type1_detach_group()
2510 if (list_is_singular(&iommu->domain_list)) { in vfio_iommu_type1_detach_group()
2568 INIT_LIST_HEAD(&iommu->domain_list); in vfio_iommu_type1_open()
[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()