Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_pool.h50 void (*destroyContainer) (void *); member
96 storage->destroyContainer = NULL; in wsbmBufStorageInit()
116 if (storage->destroyContainer) in wsbmBufStorageUnref()
117 storage->destroyContainer(storage->destroyArg); in wsbmBufStorageUnref()
Dwsbm_manager.c951 storage->destroyContainer = &wsbmBOFreeSimple; in wsbmBOCreateSimple()
Dwsbm_slabpool.c688 buf->storage.destroyContainer = NULL; in wsbmSlabAllocBuffer()