Lines Matching refs:allocfree_pool
11 struct allocfree_pool {
31 #define SIZEOF_ALLOCFREE_POOL MEM_ALIGN(sizeof(struct allocfree_pool))
68 struct allocfree_pool *pool;
83 struct allocfree_pool *apool;
87 apool = (struct allocfree_pool *)pool;
92 static void pool_allocfree_destroy(struct allocfree_pool *apool)
106 struct allocfree_pool *apool =
107 container_of(pool, struct allocfree_pool, pool);
116 struct allocfree_pool *apool =
117 container_of(pool, struct allocfree_pool, pool);
126 struct allocfree_pool *apool =
127 container_of(pool, struct allocfree_pool, pool);
140 static void *pool_block_attach(struct allocfree_pool *apool, struct pool_block *block)
151 pool_block_detach(struct allocfree_pool *apool, unsigned char *mem)
171 struct allocfree_pool *apool =
172 container_of(pool, struct allocfree_pool, pool);
187 struct allocfree_pool *apool =
188 container_of(pool, struct allocfree_pool, pool);
200 struct allocfree_pool *apool =
201 container_of(pool, struct allocfree_pool, pool);
226 struct allocfree_pool *apool =
227 container_of(pool, struct allocfree_pool, pool);
244 struct allocfree_pool *apool =
245 container_of(pool, struct allocfree_pool, pool);
251 struct allocfree_pool *apool =
252 container_of(pool, struct allocfree_pool, pool);