Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dzsmalloc.rst24 个大小的分配请求,会返回失败(见zs_malloc)。
26 此外,zs_malloc()并不返回一个可重复引用的指针。相反,它返回一个不透明的句柄(无符号
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux/mm/
H A Dzsmalloc.c1264 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t gfp, in zs_malloc() function
1321 EXPORT_SYMBOL_GPL(zs_malloc);
H A Dzswap.c909 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.c2078 handle = zs_malloc(zram->mem_pool, PAGE_SIZE, in write_incompressible_page()
2141 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page()
2370 handle_new = zs_malloc(zram->mem_pool, comp_len_new, in recompress_slot()