Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds