object_cache_alloc
void* object_cache_alloc(object_cache* cache, uint32 flags);
return object_cache_alloc(objectCache, flags);
scsi_ccb* ccb = (scsi_ccb*)object_cache_alloc(sCcbPool, CACHE_DONT_WAIT_FOR_MEMORY);
ccb->sg_list = temp_sg = (physical_entry*)object_cache_alloc(sTempScatterGatherPool,
object_cache_alloc(quadChunkCache, 0);
return object_cache_alloc(s##CLASS##Cache, 0); \
return object_cache_alloc(cache, 0);
return (data_header*)object_cache_alloc(sDataNodeCache, 0);
return (net_buffer_private*)object_cache_alloc(sNetBufferCache, 0);
uint8* quadChunkBuffer = (uint8*)object_cache_alloc((object_cache*)sQuadChunkCache,
(struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
(struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
(struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
return object_cache_alloc(cache, m_to_oc_flags(how));
return object_cache_alloc(sCacheNotificationCache, 0);
void* block = object_cache_alloc(buffer_cache, 0);
return object_cache_alloc(buffer_cache, 0);
block = (cached_block*)object_cache_alloc(sBlockCache, 0);
fBuffer = (char*)object_cache_alloc(sPathNameCache, 0);
= (file_descriptor*)object_cache_alloc(sFileDescriptorCache, 0);
fBuffer = (uint8*)object_cache_alloc(sRingBufferCache, 0);
char* buffer = (char*)object_cache_alloc(sPathNameCache, 0);
struct vnode* vnode = (struct vnode*)object_cache_alloc(sVnodeCache, 0);
return object_cache_alloc(sBlockCaches[index], flags);
return object_cache_alloc(sBlockCaches[index], CACHE_DURING_BOOT);
return object_cache_alloc(sThreadCache, 0);
swap = (swap_block*)object_cache_alloc(sSwapBlockCache,
swapBlock = (swap_block*)object_cache_alloc(sSwapBlockCache,
return (vm_page_mapping*)object_cache_alloc(page_mapping_object_cache_for(page),
buf[i] = object_cache_alloc(cache);
void *object_cache_alloc(object_cache_t cache);