Searched refs:compressed_stackshot_len (Results 1 – 1 of 1) sorted by relevance
1173 uint64_t compressed_stackshot_len = 0; in do_kern_dump() local1181 …dump_record_file(&outstate, "panic_stackshot.kcdata", foffset, &compressed_stackshot_len, details_… in do_kern_dump()1185 …shot in corefile at offset 0x%llx, compressed to %llu bytes\n", foffset, compressed_stackshot_len); in do_kern_dump()1186 foffset = roundup((foffset + compressed_stackshot_len), KERN_COREDUMP_BEGIN_FILEBYTES_ALIGN); in do_kern_dump()