Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/zram/
Dzcomp.c79 bool known_algorithm = false; in zcomp_available_show() local
85 known_algorithm = true; in zcomp_available_show()
98 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()