Home
last modified time | relevance | path

Searched refs:slabPool (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c121 struct _WsbmSlabPool *slabPool; member
144 struct _WsbmSlabPool *slabPool; member
238 struct _WsbmSlabPool *slabPool; in wsbmFreeKernelBO() local
243 slabPool = kbo->slabPool; in wsbmFreeKernelBO()
246 (void)drmCommandWrite(slabPool->pool.fd, in wsbmFreeKernelBO()
247 slabPool->devOffset + TTM_PL_UNREF, &arg, in wsbmFreeKernelBO()
313 struct _WsbmSlabPool *slabPool = header->slabPool; in wsbmAllocKernelBO() local
314 struct _WsbmSlabCache *cache = slabPool->cache; in wsbmAllocKernelBO()
316 uint32_t size = header->bufSize * slabPool->desiredNumBuffers; in wsbmAllocKernelBO()
326 size = (size <= (uint32_t) slabPool->maxSlabSize) ? size : (uint32_t) slabPool->maxSlabSize; in wsbmAllocKernelBO()
[all …]