Searched defs:pool (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/libwsbm/src/ |
D | wsbm_ttmpool.c | 92 struct _WsbmBufferPool pool; member 110 pool_create(struct _WsbmBufferPool *pool, in pool_create() 163 pool_reference(struct _WsbmBufferPool *pool, unsigned handle) in pool_reference() 440 struct _WsbmBufferPool *pool = buf->pool; in pool_waitIdle() local 453 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 469 struct _WsbmBufferPool *pool = buf->pool; in pool_setStatus() local 498 struct _WsbmBufferPool *pool; in wsbmTTMPoolInit() local 532 ttm_pool_ub_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned a… in ttm_pool_ub_create()
|
D | wsbm_mallocpool.c | 56 pool_create(struct _WsbmBufferPool *pool, in pool_create() 156 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 164 struct _WsbmBufferPool *pool; in wsbmMallocPoolInit() local
|
D | wsbm_userpool.c | 92 struct _WsbmBufferPool pool; member 204 pool_create(struct _WsbmBufferPool *pool, in pool_create() 583 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 612 wsbmUserPoolClean(struct _WsbmBufferPool *pool, int cleanVram, int cleanAgp) in wsbmUserPoolClean() 631 struct _WsbmBufferPool *pool; in wsbmUserPoolInit() local
|
D | wsbm_manager.c | 79 struct _WsbmBufferPool *pool; member 747 struct _WsbmBufferPool *pool = storage->pool; in wsbmStorageClone() local 773 struct _WsbmBufferPool *pool = buf->storage->pool; in wsbmBOClone() local 821 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOSubData() local 884 struct _WsbmBufferPool *pool = storage->pool; in wsbmBOGetSubData() local 929 wsbmBOCreateSimple(struct _WsbmBufferPool *pool, in wsbmBOCreateSimple() 968 wsbmGenBuffers(struct _WsbmBufferPool *pool, in wsbmGenBuffers() 1273 wsbmPoolTakeDown(struct _WsbmBufferPool *pool) in wsbmPoolTakeDown()
|
D | wsbm_pool.h | 45 struct _WsbmBufferPool *pool; member 87 struct _WsbmBufferPool *pool) in wsbmBufStorageInit()
|
D | wsbm_slabpool.c | 171 struct _WsbmBufferPool pool; member 192 slabPoolFromPool(struct _WsbmBufferPool *pool) in slabPoolFromPool() 693 pool_create(struct _WsbmBufferPool *pool, unsigned long size, in pool_create() 1119 pool_takedown(struct _WsbmBufferPool *pool) in pool_takedown() 1144 struct _WsbmBufferPool *pool; in wsbmSlabPoolInit() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 475 struct pool_ctx * pool; in ne_pool_init() local 484 ne_pool_destroy(struct pool_ctx * pool) in ne_pool_destroy() 490 ne_pool_alloc(size_t size, struct pool_ctx * pool) in ne_pool_alloc()
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 2913 struct _WsbmBufferPool *pool; local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 174 #define POOL_ENAB(pool) ((pool) && (pool)->inited) argument
|