Home
last modified time | relevance | path

Searched refs:zpool_malloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dzpool.h24 int zpool_malloc(struct zpool *pool, size_t size, gfp_t gfp,
/linux-6.15/mm/
H A Dzpool.c239 int zpool_malloc(struct zpool *zpool, size_t size, gfp_t gfp, in zpool_malloc() function
H A Dzswap.c984 alloc_ret = zpool_malloc(zpool, dlen, gfp, &handle); in zswap_compress()