Lines Matching refs:pool
18 int (*evict)(struct zpool *pool, unsigned long handle);
45 const char *zpool_get_type(struct zpool *pool);
47 void zpool_destroy_pool(struct zpool *pool);
49 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
52 void zpool_free(struct zpool *pool, unsigned long handle);
54 int zpool_shrink(struct zpool *pool, unsigned int pages,
57 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
60 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
62 u64 zpool_get_total_size(struct zpool *pool);
91 void (*destroy)(void *pool);
93 int (*malloc)(void *pool, size_t size, gfp_t gfp,
95 void (*free)(void *pool, unsigned long handle);
97 int (*shrink)(void *pool, unsigned int pages,
100 void *(*map)(void *pool, unsigned long handle,
102 void (*unmap)(void *pool, unsigned long handle);
104 u64 (*total_size)(void *pool);
111 bool zpool_evictable(struct zpool *pool);