Lines Matching refs:_TTMPool
90 struct _TTMPool struct
97 static inline struct _TTMPool * argument
100 return containerOf(dBuf->buf.pool, struct _TTMPool, pool); in ttmGetPool()
115 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool); in pool_create()
166 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool); in pool_reference()
211 struct _TTMPool *ttmPool = ttmGetPool(dBuf); in pool_destroy()
234 struct _TTMPool *ttmPool = ttmGetPool(dBuf); in syncforcpu_locked()
291 struct _TTMPool *ttmPool = ttmGetPool(dBuf); in releasefromcpu_locked()
438 struct _TTMPool *ttmPool = ttmGetPool(dBuf); in pool_waitIdle()
455 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool); in pool_takedown()
465 struct _TTMPool *ttmPool = ttmGetPool(dBuf); in pool_setStatus()
497 struct _TTMPool *ttmPool; in wsbmTTMPoolInit()
500 ttmPool = (struct _TTMPool *)calloc(1, sizeof(*ttmPool)); in wsbmTTMPoolInit()
536 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool); in ttm_pool_ub_create()