Home
last modified time | relevance | path

Searched defs:zpool (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/mm/
Dzpool.c21 struct zpool { struct
22 struct zpool_driver *driver; argument
30 * zpool_register_driver() - register a zpool implementation. argument
150 struct zpool *zpool; in zpool_create_pool() local
199 void zpool_destroy_pool(struct zpool *zpool) in zpool_destroy_pool()
218 const char *zpool_get_type(struct zpool *zpool) in zpool_get_type()
234 bool zpool_malloc_support_movable(struct zpool *zpool) in zpool_malloc_support_movable()
255 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc()
275 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free()
302 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle()
[all …]
Dzswap.c160 struct zpool *zpool; member
946 struct zpool *zpool; in zswap_compress() local
1010 struct zpool *zpool = entry->pool->zpool; in zswap_decompress() local