Home
last modified time | relevance | path

Searched refs:zs_malloc (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dzsmalloc.rst24 个大小的分配请求,会返回失败(见zs_malloc)。
26 此外,zs_malloc()并不返回一个可重复引用的指针。相反,它返回一个不透明的句柄(无符号
/linux/include/linux/
H A Dzsmalloc.h30 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags,
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux/Documentation/mm/
H A Dzsmalloc.rst23 is returned (see zs_malloc).
25 Additionally, zs_malloc() does not return a dereferenceable pointer.
/linux/mm/
H A Dzsmalloc.c1297 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t gfp, in zs_malloc() function
1354 EXPORT_SYMBOL_GPL(zs_malloc);
H A Dzswap.c908 handle = zs_malloc(pool->zs_pool, dlen, gfp, page_to_nid(page)); in zswap_compress()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst12 for instance `cma_alloc` or `zs_malloc`.
/linux/drivers/block/zram/
H A Dzram_drv.c2211 handle = zs_malloc(zram->mem_pool, PAGE_SIZE, in write_incompressible_page()
2274 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page()
2503 handle_new = zs_malloc(zram->mem_pool, comp_len_new, in recompress_slot()