Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzram_drv.c903 if (zram->comp_algs[prio] != default_compressor) in comp_algorithm_set()
904 kfree(zram->comp_algs[prio]); in comp_algorithm_set()
906 zram->comp_algs[prio] = alg; in comp_algorithm_set()
914 sz = zcomp_available_show(zram->comp_algs[prio], buf); in __comp_algorithm_show()
986 if (!zram->comp_algs[prio]) in recomp_algorithm_show()
1792 if (!zram->comp_algs[prio]) in recompress_store()
1795 if (!strcmp(zram->comp_algs[prio], algo)) { in recompress_store()
2063 if (!zram->comp_algs[prio]) in disksize_store()
2066 comp = zcomp_create(zram->comp_algs[prio]); in disksize_store()
2069 zram->comp_algs[pri in disksize_store()
[all...]
H A Dzram_drv.h144 const char *comp_algs[ZRAM_MAX_COMPS]; member

Completed in 4 milliseconds