Searched refs:zs_malloc (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | zsmalloc.h | 46 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags);
|
/linux/Documentation/vm/ |
A D | zsmalloc.rst | 25 is returned (see zs_malloc). 27 Additionally, zs_malloc() does not return a dereferenceable pointer.
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | memory-allocation.rst | 22 例如 `cma_alloc` 或 `zs_malloc` 。
|
/linux/mm/ |
A D | zsmalloc.c | 403 *handle = zs_malloc(pool, size, gfp); in zs_zpool_malloc() 1409 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t gfp) in zs_malloc() function 1463 EXPORT_SYMBOL_GPL(zs_malloc);
|
/linux/Documentation/core-api/ |
A D | memory-allocation.rst | 12 for instance `cma_alloc` or `zs_malloc`.
|
/linux/drivers/block/zram/ |
A D | zram_drv.c | 1405 handle = zs_malloc(zram->mem_pool, comp_len, in __zram_bvec_write() 1413 handle = zs_malloc(zram->mem_pool, comp_len, in __zram_bvec_write()
|
Completed in 18 milliseconds