Searched refs:zipped_len (Results 1 – 1 of 1) sorted by relevance
603 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops() local605 if (zipped_len < 0) { in zip_oops()606 pr_err("nvram: compression failed; returned %d\n", zipped_len); in zip_oops()610 *oops_len = (u16) zipped_len; in zip_oops()