Searched defs:pstore_record (Results 1 – 2 of 2) sorted by relevance
72 struct pstore_record { struct73 struct pstore_info *psi;74 enum pstore_type_id type;75 u64 id;76 struct timespec64 time;77 char *buf;78 ssize_t size;79 ssize_t ecc_notice_size;80 void *priv;82 int count;[all …]
71 struct pstore_record { struct72 struct pstore_info *psi;73 enum pstore_type_id type;74 u64 id;75 struct timespec64 time;76 char *buf;77 ssize_t size;78 ssize_t ecc_notice_size;80 int count;81 enum kmsg_dump_reason reason;[all …]