Searched refs:panthor_heap_pool (Results 1 – 7 of 7) sorted by relevance
10 struct panthor_heap_pool;13 int panthor_heap_create(struct panthor_heap_pool *pool,20 int panthor_heap_destroy(struct panthor_heap_pool *pool, u32 handle);22 struct panthor_heap_pool *24 void panthor_heap_pool_destroy(struct panthor_heap_pool *pool);26 struct panthor_heap_pool *27 panthor_heap_pool_get(struct panthor_heap_pool *pool);28 void panthor_heap_pool_put(struct panthor_heap_pool *pool);30 size_t panthor_heap_pool_size(struct panthor_heap_pool *pool);32 int panthor_heap_grow(struct panthor_heap_pool *pool,[all …]
82 struct panthor_heap_pool { struct272 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()493 container_of(refcount, struct panthor_heap_pool, refcount); in panthor_heap_pool_release()503 void panthor_heap_pool_put(struct panthor_heap_pool *pool) in panthor_heap_pool_put()515 struct panthor_heap_pool *516 panthor_heap_pool_get(struct panthor_heap_pool *pool) in panthor_heap_pool_get()533 struct panthor_heap_pool *[all …]
14 struct panthor_heap_pool;38 struct panthor_heap_pool *
26 struct panthor_heap_pool;
1124 struct panthor_heap_pool *pool; in panthor_ioctl_tiler_heap_create()1167 struct panthor_heap_pool *pool; in panthor_ioctl_tiler_heap_destroy()
344 struct panthor_heap_pool *pool;1924 struct panthor_heap_pool *panthor_vm_get_heap_pool(struct panthor_vm *vm, bool create) in panthor_vm_get_heap_pool()1926 struct panthor_heap_pool *pool; in panthor_vm_get_heap_pool()
1436 struct panthor_heap_pool *heaps = NULL; in group_process_tiler_oom()