Home
last modified time | relevance | path

Searched defs:pstore_record (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dpstore.h72 struct pstore_record { struct
73 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 …]
/kernel/linux/linux-5.10/include/linux/
Dpstore.h71 struct pstore_record { struct
72 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 …]