Searched refs:zs_malloc (Results 1 – 4 of 4) sorted by relevance
23 void *zs_malloc(struct zs_pool *pool, size_t size);
554 void *zs_malloc(struct zs_pool *pool, size_t size) in zs_malloc() function602 EXPORT_SYMBOL_GPL(zs_malloc);
408 handle = zs_malloc(zram->mem_pool, clen + sizeof(*zheader)); in zram_bvec_write()
707 handle = zs_malloc(pool, size); in zv_create()