Lines Matching refs:zbud_pool
77 * struct zbud_pool - stores metadata for each zbud pool
94 struct zbud_pool {
129 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle)
145 struct zbud_pool *pool;
307 struct zbud_pool *zbud_create_pool(gfp_t gfp, const struct zbud_ops *ops)
309 struct zbud_pool *pool;
312 pool = kzalloc(sizeof(struct zbud_pool), gfp);
331 void zbud_destroy_pool(struct zbud_pool *pool)
355 int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp,
430 void zbud_free(struct zbud_pool *pool, unsigned long handle)
502 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries)
584 void *zbud_map(struct zbud_pool *pool, unsigned long handle)
594 void zbud_unmap(struct zbud_pool *pool, unsigned long handle)
605 u64 zbud_get_pool_size(struct zbud_pool *pool)