Lines Matching defs:pool

113 static int panthor_get_heap_ctx_offset(struct panthor_heap_pool *pool, int id)  in panthor_get_heap_ctx_offset()
118 static void *panthor_get_heap_ctx(struct panthor_heap_pool *pool, int id) in panthor_get_heap_ctx()
124 static void panthor_free_heap_chunk(struct panthor_heap_pool *pool, in panthor_free_heap_chunk()
139 static int panthor_alloc_heap_chunk(struct panthor_heap_pool *pool, in panthor_alloc_heap_chunk()
200 static void panthor_free_heap_chunks(struct panthor_heap_pool *pool, in panthor_free_heap_chunks()
209 static int panthor_alloc_heap_chunks(struct panthor_heap_pool *pool, in panthor_alloc_heap_chunks()
226 panthor_heap_destroy_locked(struct panthor_heap_pool *pool, u32 handle) in panthor_heap_destroy_locked()
245 int panthor_heap_destroy(struct panthor_heap_pool *pool, u32 handle) in panthor_heap_destroy()
272 int panthor_heap_create(struct panthor_heap_pool *pool, in panthor_heap_create()
368 int panthor_heap_return_chunk(struct panthor_heap_pool *pool, in panthor_heap_return_chunk()
430 int panthor_heap_grow(struct panthor_heap_pool *pool, in panthor_heap_grow()
492 struct panthor_heap_pool *pool = in panthor_heap_pool_release() local
503 void panthor_heap_pool_put(struct panthor_heap_pool *pool) in panthor_heap_pool_put()
516 panthor_heap_pool_get(struct panthor_heap_pool *pool) in panthor_heap_pool_get()
539 struct panthor_heap_pool *pool; in panthor_heap_pool_create() local
592 void panthor_heap_pool_destroy(struct panthor_heap_pool *pool) in panthor_heap_pool_destroy()
623 size_t panthor_heap_pool_size(struct panthor_heap_pool *pool) in panthor_heap_pool_size()