Searched refs:comp_algs (Results 1 – 2 of 2) sorted by relevance
1223 kfree(zram->comp_algs[prio]); in comp_algorithm_set()1225 zram->comp_algs[prio] = alg; in comp_algorithm_set()1368 if (!zram->comp_algs[p]) in algorithm_params_store()1371 if (!strcmp(zram->comp_algs[p], algo)) { in algorithm_params_store()1416 if (!zram->comp_algs[prio]) in recomp_algorithm_show()2229 if (!zram->comp_algs[prio]) in recompress_store()2466 kfree(zram->comp_algs[prio]); in zram_destroy_comps()2467 zram->comp_algs[prio] = NULL; in zram_destroy_comps()2521 if (!zram->comp_algs[prio]) in disksize_store()2524 comp = zcomp_create(zram->comp_algs[prio], in disksize_store()[all …]
122 const char *comp_algs[ZRAM_MAX_COMPS]; member
Completed in 9 milliseconds