Searched refs:zs_malloc (Results 1 – 4 of 4) sorted by relevance
42 unsigned long zs_malloc(struct zs_pool *pool, size_t size);
22 is returned (see zs_malloc).24 Additionally, zs_malloc() does not return a dereferenceable pointer.
334 *handle = zs_malloc(pool, size); in zs_zpool_malloc()1391 unsigned long zs_malloc(struct zs_pool *pool, size_t size) in zs_malloc() function1436 EXPORT_SYMBOL_GPL(zs_malloc);
653 handle = zs_malloc(meta->mem_pool, clen); in zram_bvec_write()