Searched refs:zs_malloc (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
H A Dzsmalloc.h42 unsigned long zs_malloc(struct zs_pool *pool, size_t size);
/linux-4.1.27/drivers/block/zram/
H A Dzram_drv.h39 * ZS_MAX_ALLOC_SIZE. Otherwise, zs_malloc() would
H A Dzram_drv.c653 handle = zs_malloc(meta->mem_pool, clen); zram_bvec_write()
/linux-4.1.27/mm/
H A Dzsmalloc.c334 *handle = zs_malloc(pool, size); zs_zpool_malloc()
1250 * @handle: handle returned from zs_malloc
1252 * Before using an object allocated from zs_malloc, it must be mapped using
1383 * zs_malloc - Allocate block of given size from pool.
1391 unsigned long zs_malloc(struct zs_pool *pool, size_t size) zs_malloc() function
1436 EXPORT_SYMBOL_GPL(zs_malloc); variable

Completed in 116 milliseconds