Home
last modified time | relevance | path

Searched refs:strm_find (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/zram/
Dzcomp.c198 comp->strm_find = zcomp_strm_multi_find; in zcomp_strm_multi_create()
253 comp->strm_find = zcomp_strm_single_find; in zcomp_strm_single_create()
296 return comp->strm_find(comp); in zcomp_strm_find()
Dzcomp.h47 struct zcomp_strm *(*strm_find)(struct zcomp *comp); member