Searched refs:_pool (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/os/media/
H A DRealtimeAlloc.h19 status_t rtm_create_pool(rtm_pool** _pool, size_t totalSize,
22 status_t rtm_create_pool(rtm_pool** _pool, size_t totalSize, const char* name);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp16 allocator(void *_pool) argument
18 BufferPool &pool = *(BufferPool *)_pool;
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h43 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h52 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h52 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp806 add_select_sync_pool_entry(select_sync_pool **_pool, selectsync *sync, argument
810 select_sync_pool *pool = *_pool;
816 *_pool = pool;
825 *_pool = NULL;
833 remove_select_sync_pool_entry(select_sync_pool **_pool, selectsync *sync, argument
836 select_sync_pool *pool = *_pool;
863 *_pool = NULL;
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp63 ::PhysicalPageSlotPool*& _pool);
192 X86LargePhysicalPageMapper::PhysicalPageSlotPool*& _pool)
248 _pool = pool;
191 AllocatePool( X86LargePhysicalPageMapper::PhysicalPageSlotPool*& _pool) argument
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp63 ::PhysicalPageSlotPool*& _pool);
194 ARMLargePhysicalPageMapper::PhysicalPageSlotPool*& _pool)
249 _pool = pool;
193 AllocatePool( ARMLargePhysicalPageMapper::PhysicalPageSlotPool*& _pool) argument
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp136 ::PhysicalPageSlotPool*& _pool);
261 M68KLargePhysicalPageMapper::PhysicalPageSlotPool*& _pool)
321 _pool = pool;
260 AllocatePool( M68KLargePhysicalPageMapper::PhysicalPageSlotPool*& _pool) argument
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp277 rtm_create_pool(rtm_pool** _pool, size_t totalSize, const char* name) argument
311 *_pool = pool;
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp369 ::PhysicalPageSlotPool*& _pool);
510 X86LargePhysicalPageMapper::PhysicalPageSlotPool*& _pool)
567 _pool = pool;
509 AllocatePool( X86LargePhysicalPageMapper::PhysicalPageSlotPool*& _pool) argument

Completed in 120 milliseconds