Home
last modified time | relevance | path

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

/linux/include/linux/
A Dzsmalloc.h46 unsigned long zs_malloc(struct zs_pool *pool, size_t size, gfp_t flags);
/linux/Documentation/vm/
A Dzsmalloc.rst25 is returned (see zs_malloc).
27 Additionally, zs_malloc() does not return a dereferenceable pointer.
/linux/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux/mm/
A Dzsmalloc.c403 *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 Dmemory-allocation.rst12 for instance `cma_alloc` or `zs_malloc`.
/linux/drivers/block/zram/
A Dzram_drv.c1405 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