Home
last modified time | relevance | path

Searched refs:default_compressor (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/block/zram/
Dzram_drv.c44 static const char *default_compressor = CONFIG_ZRAM_DEF_COMP; variable
968 if (zram->comp_algs[prio] != default_compressor) in comp_algorithm_set()
2009 comp_algorithm_set(zram, ZRAM_PRIMARY_COMP, default_compressor); in zram_reset_device()
2252 comp_algorithm_set(zram, ZRAM_PRIMARY_COMP, default_compressor); in zram_add()