Searched refs:comp_algs (Results 1 – 2 of 2) sorted by relevance
1113 kfree(zram->comp_algs[prio]); in comp_algorithm_set()1115 zram->comp_algs[prio] = alg; in comp_algorithm_set()1244 if (!zram->comp_algs[p]) in algorithm_params_store()1247 if (!strcmp(zram->comp_algs[p], algo)) { in algorithm_params_store()1292 if (!zram->comp_algs[prio]) in recomp_algorithm_show()2100 if (!zram->comp_algs[prio]) in recompress_store()2337 kfree(zram->comp_algs[prio]); in zram_destroy_comps()2338 zram->comp_algs[prio] = NULL; in zram_destroy_comps()2392 if (!zram->comp_algs[prio]) in disksize_store()2395 comp = zcomp_create(zram->comp_algs[prio], in disksize_store()[all …]
122 const char *comp_algs[ZRAM_MAX_COMPS]; member