Searched refs:ZRAM_PRIMARY_COMP (Results 1 – 2 of 2) sorted by relevance
99 #define ZRAM_PRIMARY_COMP 0U macro103 #define ZRAM_PRIMARY_COMP 0U macro
1720 s32 prio = ZRAM_PRIMARY_COMP, level = ZCOMP_PARAM_NOT_SET; in algorithm_params_store()1772 for (p = ZRAM_PRIMARY_COMP; p < ZRAM_MAX_COMPS; p++) { in algorithm_params_store()1783 if (prio < ZRAM_PRIMARY_COMP || prio >= ZRAM_MAX_COMPS) in algorithm_params_store()1798 sz = zcomp_available_show(zram->comp_algs[ZRAM_PRIMARY_COMP], buf, 0); in comp_algorithm_show()1810 ret = __comp_algorithm_store(zram, ZRAM_PRIMARY_COMP, buf); in comp_algorithm_store()2114 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in read_from_zspool_raw()2268 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()2270 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page()2603 if (prio == ZRAM_PRIMARY_COMP) in recompress_store()2835 for (prio = ZRAM_PRIMARY_COMP; prio < ZRAM_MAX_COMPS; prio++) { in zram_comp_params_reset()[all …]