Lines Matching refs:zbud_pool
75 struct zbud_pool;
78 * struct zbud_pool - stores metadata for each zbud pool
91 struct zbud_pool {
200 static struct zbud_pool *zbud_create_pool(gfp_t gfp)
202 struct zbud_pool *pool;
205 pool = kzalloc(sizeof(struct zbud_pool), gfp);
222 static void zbud_destroy_pool(struct zbud_pool *pool)
246 static int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp,
311 static void zbud_free(struct zbud_pool *pool, unsigned long handle)
353 static void *zbud_map(struct zbud_pool *pool, unsigned long handle)
363 static void zbud_unmap(struct zbud_pool *pool, unsigned long handle)
374 static u64 zbud_get_pool_size(struct zbud_pool *pool)