Home
last modified time | relevance | path

Searched refs:extents_pending (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c678 QTAILQ_INIT(&ct3d->dc.extents_pending); in cxl_create_dc_regions()
694 QTAILQ_FOREACH_SAFE(group, &ct3d->dc.extents_pending, node, group_next) { in cxl_destroy_dc_regions()
695 QTAILQ_REMOVE(&ct3d->dc.extents_pending, group, node); in cxl_destroy_dc_regions()
1990 if (cxl_extent_groups_overlaps_dpa_range(&dcd->dc.extents_pending, in qmp_cxl_process_dynamic_capacity_prescriptive()
2007 if (cxl_extent_groups_overlaps_dpa_range(&dcd->dc.extents_pending, in qmp_cxl_process_dynamic_capacity_prescriptive()
2043 cxl_extent_group_list_insert_tail(&dcd->dc.extents_pending, group); in qmp_cxl_process_dynamic_capacity_prescriptive()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h586 CXLDCExtentGroupList extents_pending; member
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c2438 ext_group = QTAILQ_FIRST(&ct3d->dc.extents_pending); in cxl_dcd_add_dyn_cap_rsp_dry_run()
2474 cxl_extent_group_list_delete_front(&ct3d->dc.extents_pending); in cmd_dcd_add_dyn_cap_rsp()
2503 cxl_extent_group_list_delete_front(&ct3d->dc.extents_pending); in cmd_dcd_add_dyn_cap_rsp()