Lines Matching refs:pool
40 const char *zpool_get_type(struct zpool *pool);
42 void zpool_destroy_pool(struct zpool *pool);
44 bool zpool_malloc_support_movable(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 void *zpool_map_handle(struct zpool *pool, unsigned long handle,
54 void zpool_unmap_handle(struct zpool *pool, unsigned long handle);
56 u64 zpool_get_total_pages(struct zpool *pool);
82 void (*destroy)(void *pool);
85 int (*malloc)(void *pool, size_t size, gfp_t gfp,
87 void (*free)(void *pool, unsigned long handle);
90 void *(*map)(void *pool, unsigned long handle,
92 void (*unmap)(void *pool, unsigned long handle);
94 u64 (*total_pages)(void *pool);
101 bool zpool_can_sleep_mapped(struct zpool *pool);