Lines Matching defs:pool
129 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
145 struct zbud_pool *pool; in zbud_zpool_create() local
155 static void zbud_zpool_destroy(void *pool) in zbud_zpool_destroy()
160 static int zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp, in zbud_zpool_malloc()
165 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
170 static int zbud_zpool_shrink(void *pool, unsigned int pages, in zbud_zpool_shrink()
189 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
194 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
199 static u64 zbud_zpool_total_size(void *pool) in zbud_zpool_total_size()
308 struct zbud_pool *pool; in zbud_create_pool() local
330 void zbud_destroy_pool(struct zbud_pool *pool) in zbud_destroy_pool()
354 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()
501 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries) in zbud_reclaim_page()
583 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
593 void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()
604 u64 zbud_get_pool_size(struct zbud_pool *pool) in zbud_get_pool_size()