Searched refs:fCurrentAllocatorNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp27 fCurrentAllocatorNode(NULL)
34 fCurrentAllocatorNode(NULL)
41 while (fCurrentAllocatorNode)
146 node->previous = fCurrentAllocatorNode;
147 fCurrentAllocatorNode = node;
193 if (request && fCurrentAllocatorNode
194 && request == fCurrentAllocatorNode->allocator.GetRequest()) {
203 if (fCurrentAllocatorNode) {
204 AllocatorNode* node = fCurrentAllocatorNode->previous;
205 delete fCurrentAllocatorNode;
[all...]
/haiku/headers/private/userlandfs/private/
H A DRequestPort.h48 AllocatorNode* fCurrentAllocatorNode; member in class:UserlandFSUtil::RequestPort

Completed in 84 milliseconds