Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/zram/
Dzram_drv.h124 const char *comp_algs[ZRAM_MAX_COMPS]; member
Dzram_drv.c968 if (zram->comp_algs[prio] != default_compressor) in comp_algorithm_set()
969 kfree(zram->comp_algs[prio]); in comp_algorithm_set()
971 zram->comp_algs[prio] = alg; in comp_algorithm_set()
979 sz = zcomp_available_show(zram->comp_algs[prio], buf); in __comp_algorithm_show()
1051 if (!zram->comp_algs[prio]) in recomp_algorithm_show()
1769 if (!zram->comp_algs[prio]) in recompress_store()
1772 if (!strcmp(zram->comp_algs[prio], algo)) { in recompress_store()
2040 if (!zram->comp_algs[prio]) in disksize_store()
2043 comp = zcomp_create(zram->comp_algs[prio]); in disksize_store()
2046 zram->comp_algs[prio]); in disksize_store()