Searched refs:SetRegionPool (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_bridge.cpp35 pf_mmio_regions_.SetRegionPool(driver().region_bookkeeping());
36 mmio_lo_regions_.SetRegionPool(driver().region_bookkeeping());
37 mmio_hi_regions_.SetRegionPool(driver().region_bookkeeping());
38 pio_regions_.SetRegionPool(driver().region_bookkeeping());
H A Dpcie_bus_driver.cpp358 mmio_lo_regions_.SetRegionPool(region_bookkeeping_);
359 mmio_hi_regions_.SetRegionPool(region_bookkeeping_);
360 pio_regions_.SetRegionPool(region_bookkeeping_);
/fuchsia/zircon/system/ulib/region-alloc/include/region-alloc/
H A Dregion-alloc.h167 // ++ SetRegionPool
361 zx_status_t SetRegionPool(const RegionPool::RefPtr& region_pool) __TA_EXCLUDES(alloc_lock_);
362 zx_status_t SetRegionPool(RegionPool::RefPtr&& region_pool) __TA_EXCLUDES(alloc_lock_) {
364 return SetRegionPool(ref);
/fuchsia/zircon/system/utest/region-alloc/
H A Dregion-alloc.cpp38 ASSERT_EQ(ZX_OK, alloc.SetRegionPool(pool));
58 EXPECT_EQ(ZX_ERR_BAD_STATE, alloc.SetRegionPool(pool2));
107 EXPECT_EQ(ZX_OK, alloc.SetRegionPool(fbl::move(pool2)));
/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc-c-api.cpp54 // then use it to call the RegionAllocator::SetRegionPool method. Finally,
59 zx_status_t ret = alloc.SetRegionPool(pool_ref);
H A Dregion-alloc.cpp62 zx_status_t RegionAllocator::SetRegionPool(const RegionPool::RefPtr& region_pool) { function in class:RegionAllocator
/fuchsia/zircon/kernel/object/
H A Dresource_dispatcher.cpp199 status = rallocs[kind].SetRegionPool(region_pool_);
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Ddevice_context.cpp80 status = region_alloc_.SetRegionPool(fbl::move(region_pool));

Completed in 96 milliseconds