Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c486 struct _WsbmBufferPool *newPool, uint32_t placement) in wsbmBOData() argument
501 if (newPool == NULL) in wsbmBOData()
502 newPool = buf->pool; in wsbmBOData()
504 if (newPool == NULL) in wsbmBOData()
507 newBuffer = (!storage || storage->pool != newPool || in wsbmBOData()
522 buf->pool = newPool; in wsbmBOData()
529 newPool->create(newPool, size, placement, buf->alignment); in wsbmBOData()
536 buf->pool = newPool; in wsbmBOData()
615 unsigned size, const void *data, struct _WsbmBufferPool *newPool, in wsbmBODataUB() argument
634 if (newPool == NULL) in wsbmBODataUB()
[all …]
Dwsbm_manager.h97 unsigned size, const void *data, struct _WsbmBufferPool *newPool,