Searched refs:comp_algs (Results 1 – 2 of 2) sorted by relevance
127 const char *comp_algs[ZRAM_MAX_COMPS]; member
1628 if (!zram->comp_algs[prio]) in lookup_algo_priority()1631 if (!strcmp(zram->comp_algs[prio], algo)) in lookup_algo_priority()1644 if (!zram->comp_algs[prio]) in validate_algo_priority()1647 if (strcmp(zram->comp_algs[prio], algo)) in validate_algo_priority()1654 zram->comp_algs[prio] = alg; in comp_algorithm_set()1802 sz = zcomp_available_show(zram->comp_algs[ZRAM_PRIMARY_COMP], buf, 0); in comp_algorithm_show()1829 if (!zram->comp_algs[prio]) in recomp_algorithm_show()1833 sz += zcomp_available_show(zram->comp_algs[prio], buf, sz); in recomp_algorithm_show()2362 if (zram->comp_algs[p]) in highest_priority_algorithm()2827 zram->comp_algs[prio] = NULL; in zram_destroy_comps()[all …]