Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzcomp.c80 bool known_algorithm = false; in zcomp_available_show() local
86 known_algorithm = true; in zcomp_available_show()
99 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()