Lines Matching refs:pool
17 int (*evict)(struct zpool *pool, unsigned long handle);
42 char *zpool_get_type(struct zpool *pool);
44 void zpool_destroy_pool(struct zpool *pool);
46 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
49 void zpool_free(struct zpool *pool, unsigned long handle);
51 int zpool_shrink(struct zpool *pool, unsigned int pages,
54 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
57 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
59 u64 zpool_get_total_size(struct zpool *pool);
85 void (*destroy)(void *pool);
87 int (*malloc)(void *pool, size_t size, gfp_t gfp,
89 void (*free)(void *pool, unsigned long handle);
91 int (*shrink)(void *pool, unsigned int pages,
94 void *(*map)(void *pool, unsigned long handle,
96 void (*unmap)(void *pool, unsigned long handle);
98 u64 (*total_size)(void *pool);
105 int zpool_evict(void *pool, unsigned long handle);