Lines Matching defs:pool
128 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
144 struct zbud_pool *pool; in zbud_zpool_create() local
154 static void zbud_zpool_destroy(void *pool) in zbud_zpool_destroy()
159 static int zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp, in zbud_zpool_malloc()
164 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
169 static int zbud_zpool_shrink(void *pool, unsigned int pages, in zbud_zpool_shrink()
188 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
193 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
198 static u64 zbud_zpool_total_size(void *pool) in zbud_zpool_total_size()
307 struct zbud_pool *pool; in zbud_create_pool() local
329 void zbud_destroy_pool(struct zbud_pool *pool) in zbud_destroy_pool()
353 int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, in zbud_alloc()
429 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
504 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries) in zbud_reclaim_page()
586 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
596 void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()
607 u64 zbud_get_pool_size(struct zbud_pool *pool) in zbud_get_pool_size()