Lines Matching refs:hib_comp_algo
57 char hib_comp_algo[CRYPTO_MAX_ALG_NAME]; variable
759 strscpy(hib_comp_algo, hibernate_compressor, sizeof(hib_comp_algo)); in hibernate()
760 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in hibernate()
761 pr_err("%s compression is not available\n", hib_comp_algo); in hibernate()
812 if (!strcmp(hib_comp_algo, COMPRESSION_ALGO_LZ4)) in hibernate()
1008 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZ4, sizeof(hib_comp_algo)); in software_resume()
1010 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZO, sizeof(hib_comp_algo)); in software_resume()
1011 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in software_resume()
1012 pr_err("%s compression is not available\n", hib_comp_algo); in software_resume()
1458 strscpy(hib_comp_algo, comp_alg_enabled[index], in hibernate_compressor_param_set()
1459 sizeof(hib_comp_algo)); in hibernate_compressor_param_set()