Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dzsmalloc.rst24 个大小的分配请求,会返回失败(见zs_malloc)。
26 此外,zs_malloc()并不返回一个可重复引用的指针。相反,它返回一个不透明的句柄(无符号
/linux-6.12.1/include/linux/
Dzsmalloc.h46 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags);
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux-6.12.1/Documentation/mm/
Dzsmalloc.rst23 is returned (see zs_malloc).
25 Additionally, zs_malloc() does not return a dereferenceable pointer.
/linux-6.12.1/mm/
Dzsmalloc.c379 *handle = zs_malloc(pool, size, gfp); in zs_zpool_malloc()
1351 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t gfp) in zs_malloc() function
1407 EXPORT_SYMBOL_GPL(zs_malloc);
/linux-6.12.1/drivers/block/zram/
Dzram_drv.c1546 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page()
1554 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page()
1774 handle_new = zs_malloc(zram->mem_pool, comp_len_new, in zram_recompress()
/linux-6.12.1/Documentation/core-api/
Dmemory-allocation.rst12 for instance `cma_alloc` or `zs_malloc`.