Lines Matching refs:_WsbmBufferPool
45 struct _WsbmBufferPool *pool;
55 struct _WsbmBufferPool struct
68 struct _WsbmBufStorage *(*create) (struct _WsbmBufferPool * pool, argument
72 struct _WsbmBufStorage *(*createByReference) (struct _WsbmBufferPool * argument
82 void (*takeDown) (struct _WsbmBufferPool * pool); argument
87 struct _WsbmBufferPool *pool) in wsbmBufStorageInit()
131 extern struct _WsbmBufferPool *wsbmTTMPoolInit(int fd,
133 extern struct _WsbmBufferPool *wsbmMallocPoolInit(void);
136 extern struct _WsbmBufferPool *wsbmSlabPoolInit(int fd, uint32_t devOffset,
149 extern struct _WsbmBufferPool *wsbmUserPoolInit(void *vramAddr,
158 extern void wsbmUserPoolClean(struct _WsbmBufferPool *pool,