Searched refs:AllocateChunk (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp303 fStatus = fStack->AllocateChunk((void **)&fQueueHead, &physicalAddress,
373 status_t result = fStack->AllocateChunk((void **)&fStrayDescriptor,
2124 if (fStack->AllocateChunk((void **)&queueHead, &physicalAddress,
2150 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2185 if (fStack->AllocateChunk(&result->buffer_log, &physicalAddress,
H A Dehci.cpp1239 if (fStack->AllocateChunk(&bufferLog, &bufferPhy, dataLength) != B_OK) {
2248 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2548 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2574 if (fStack->AllocateChunk(&result->buffer_log, &physicalAddress,
2668 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
2687 if (fStack->AllocateChunk((void **)&result, &physicalAddress,
H A Dohci.cpp1796 if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress,
1987 if (fStack->AllocateChunk((void **)&descriptor, &physicalAddress,
2004 if (fStack->AllocateChunk(&descriptor->buffer_logical,
2097 if (fStack->AllocateChunk((void **)&descriptor, &physicalAddress,
2115 if (fStack->AllocateChunk(&descriptor->buffer_logical,
H A Dxhci.cpp1319 fStack->AllocateChunk((void **)&result, &dummy, sizeof(xhci_td));
1330 if (fStack->AllocateChunk((void **)&result->trbs, &result->trb_addr,
1350 fStack->AllocateChunk((void **)&result->buffers, &dummy,
1367 if (fStack->AllocateChunk(&result->buffers[0],
1383 if (fStack->AllocateChunk(&result->buffers[i],
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp278 Stack::AllocateChunk(void **logicalAddress, phys_addr_t *physicalAddress, function in class:Stack
H A Dusb_private.h149 status_t AllocateChunk(void **logicalAddress,
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp285 class AllocateChunk : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
287 AllocateChunk(size_t chunkSize, MetaChunk* metaChunk, Chunk* chunk) function in class:MemoryManager::Tracing::AllocateChunk
1169 T(AllocateChunk(chunkSize, metaChunk, _chunk));

Completed in 61 milliseconds