Home | History | Annotate | Download | only in src

Lines Matching refs:_WsbmBufferPool

45     struct _WsbmBufferPool *pool;
55 struct _WsbmBufferPool
68 struct _WsbmBufStorage *(*create) (struct _WsbmBufferPool * pool,
72 struct _WsbmBufStorage *(*createByReference) (struct _WsbmBufferPool *
82 void (*takeDown) (struct _WsbmBufferPool * pool);
87 struct _WsbmBufferPool *pool)
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,