Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dhibernate.c58 char hib_comp_algo[CRYPTO_MAX_ALG_NAME]; variable
777 strscpy(hib_comp_algo, hibernate_compressor); in hibernate()
778 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in hibernate()
779 pr_err("%s compression is not available\n", hib_comp_algo); in hibernate()
834 if (!strcmp(hib_comp_algo, COMPRESSION_ALGO_LZ4)) in hibernate()
1035 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZ4); in software_resume()
1037 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZO); in software_resume()
1038 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in software_resume()
1039 pr_err("%s compression is not available\n", hib_comp_algo); in software_resume()
1491 strscpy(hib_comp_algo, comp_alg_enabled[index]); in hibernate_compressor_param_set()