Home
last modified time | relevance | path

Searched refs:zcomp_strm_find (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/zram/
Dzcomp.h58 struct zcomp_strm *zcomp_strm_find(struct zcomp *comp);
Dzcomp.c294 struct zcomp_strm *zcomp_strm_find(struct zcomp *comp) in zcomp_strm_find() function
Dzram_drv.c608 zstrm = zcomp_strm_find(zram->comp); in zram_bvec_write()