Searched refs:pool (Results 26 - 35 of 35) sorted by relevance

12

/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp40 /* Slots per pool for the physical page mapper.
168 "physical page pool space in virtual address space!");
181 // init the pool structure and add the initial pool
196 area_id area = create_area("physical page pool", &temp,
201 "create area for physical page pool.");
209 "physical page pool space", &temp, B_EXACT_ADDRESS,
213 "create area for physical page pool space.");
237 slot->pool = this;
263 // create the pool structur
264 PhysicalPageSlotPool* pool = new(std::nothrow) PhysicalPageSlotPool; local
378 PhysicalPageSlotPool* pool local
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp403 "physical page pool space in virtual address space!");
429 // init the pool structure and add the initial pool
444 area_id area = create_area("physical page pool", &temp,
449 "create area for physical page pool.");
457 "physical page pool space", &temp, B_EXACT_ADDRESS,
461 "create area for physical page pool space.");
486 slot->pool = this;
512 // create the pool structure
513 PhysicalPageSlotPool* pool local
603 PhysicalPageSlotPool* pool = PhysicalPageSlotPool::sInitialPhysicalPagePool; local
[all...]
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp121 // create the initial pool for the physical page mapper
122 PhysicalPageSlotPool* pool
125 status_t error = pool->InitInitial(args);
127 panic("PPCPagingMethod460::Init(): Failed to create initial pool "
133 large_memory_physical_page_ops_init(args, pool, fPhysicalPageMapper,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp121 // create the initial pool for the physical page mapper
122 PhysicalPageSlotPool* pool
125 status_t error = pool->InitInitial(args);
127 panic("PPCPagingMethodClassic::Init(): Failed to create initial pool "
133 large_memory_physical_page_ops_init(args, pool, fPhysicalPageMapper,
/haiku/src/system/kernel/fs/
H A Dfifo.cpp699 select_sync_pool** pool; local
703 pool = &fReadSelectSyncPool;
706 pool = &fWriteSelectSyncPool;
710 if (add_select_sync_pool_entry(pool, sync, event) != B_OK)
733 select_sync_pool** pool; local
736 pool = &fReadSelectSyncPool;
738 pool = &fWriteSelectSyncPool;
742 remove_select_sync_pool_entry(pool, sync, event);
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp117 rtm_pool* RawBuffer::pool() const { return m_pPool; } function in class:RawBuffer
/haiku/src/libs/iconv/
H A Diconv.c635 const char* pool; local
677 pool = stringpool;
680 pool = stringpool2;
714 return all_canonical[index] + pool;
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h15 #include <solv/pool.h>
H A DLibsolvSolver.cpp62 SolvDataIterator(Pool* pool, Repo* repo, Id solvableId, Id keyname, argument
65 dataiterator_init(this, pool, repo, solvableId, keyname, match, flags);
246 // add repositories to pool
319 // add repositories to pool
348 // add repositories to pool
380 // add repositories to pool
411 // add repositories to pool
452 // add repositories to pool
478 // add repositories to pool
676 // clean up our data structures that depend on/refer to libsolv pool dat
[all...]
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp38 // number of debug contexts the pool does initially create
41 // maximum number of debug contexts in the pool
83 fLock("debug context pool"),
110 fBlockSem = create_sem(0, "debug context pool block");
214 DebugContextGetter(DebugContextPool* pool) argument
216 fPool(pool),
217 fContext(pool->GetContext())
297 // create debug context pool

Completed in 77 milliseconds

12