Searched refs:zs_malloc (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/translations/zh_CN/mm/ |
H A D | zsmalloc.rst | 24 个大小的分配请求,会返回失败(见zs_malloc)。 26 此外,zs_malloc()并不返回一个可重复引用的指针。相反,它返回一个不透明的句柄(无符号
|
/linux/include/linux/ |
H A D | zsmalloc.h | 29 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags,
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-allocation.rst | 22 例如 `cma_alloc` 或 `zs_malloc` 。
|
/linux/mm/ |
H A D | zsmalloc.c | 458 *handle = zs_malloc(pool, size, gfp, nid); in zs_zpool_malloc() 1337 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t gfp, in zs_malloc() function 1394 EXPORT_SYMBOL_GPL(zs_malloc);
|
/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 12 for instance `cma_alloc` or `zs_malloc`.
|
/linux/drivers/block/zram/ |
H A D | zram_drv.c | 1819 handle = zs_malloc(zram->mem_pool, PAGE_SIZE, in write_incompressible_page() 1886 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page() 2114 handle_new = zs_malloc(zram->mem_pool, comp_len_new, in recompress_slot()
|