Searched refs:comp_algs (Results 1 – 2 of 2) sorted by relevance
142 const char *comp_algs[ZRAM_MAX_COMPS]; member
1637 if (!zram->comp_algs[prio]) in lookup_algo_priority()1640 if (!strcmp(zram->comp_algs[prio], algo)) in lookup_algo_priority()1653 if (!zram->comp_algs[prio]) in validate_algo_priority()1656 if (strcmp(zram->comp_algs[prio], algo)) in validate_algo_priority()1663 zram->comp_algs[prio] = alg; in comp_algorithm_set()1820 sz = zcomp_available_show(zram->comp_algs[ZRAM_PRIMARY_COMP], buf, 0); in comp_algorithm_show()1847 if (!zram->comp_algs[prio]) in recomp_algorithm_show()1851 sz += zcomp_available_show(zram->comp_algs[prio], buf, sz); in recomp_algorithm_show()2387 if (zram->comp_algs[p]) in highest_priority_algorithm()2853 zram->comp_algs[prio] = NULL; in zram_destroy_comps()[all …]