Searched refs:domain_list (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | async.c | 70 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-6.15/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 64 struct list_head domain_list; member 849 do_accounting = list_empty(&iommu->domain_list); in vfio_iommu_type1_pin_pages() 1064 if (list_empty(&iommu->domain_list)) in vfio_unmap_unpin() 1675 if (list_empty(&iommu->domain_list)) in vfio_dma_do_map() 1701 if (!list_empty(&iommu->domain_list)) in vfio_iommu_replay() 1702 d = list_first_entry(&iommu->domain_list, in vfio_iommu_replay() 2330 list_add(&domain->next, &iommu->domain_list); in vfio_iommu_type1_attach_group() 2490 list_empty(&iommu->domain_list)) { in vfio_iommu_type1_detach_group() 2521 if (list_is_singular(&iommu->domain_list)) { in vfio_iommu_type1_detach_group() 2577 INIT_LIST_HEAD(&iommu->domain_list); in vfio_iommu_type1_open() [all …]
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | pdr_internal.h | 48 struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH]; member
|
| H A D | qcom_pd_mapper.c | 191 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 D | qcom_pdr_msg.c | 155 domain_list),
|
| H A D | pdr_interface.c | 416 entry = &resp->domain_list[i]; in pdr_locate_service()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_power_well.h | 58 } *domain_list; member
|
| H A D | intel_display_power_map.c | 39 { .name = _name, .domain_list = _domain_list, ## __VA_ARGS__ } 1724 if (!inst->domain_list) in init_power_well_domains() 1727 if (inst->domain_list->count == 0) { in init_power_well_domains() 1733 for (j = 0; j < inst->domain_list->count; j++) in init_power_well_domains() 1734 set_bit(inst->domain_list->list[j], power_well->domains.bits); in init_power_well_domains()
|