Searched defs:printk_log (Results 1 – 1 of 1) sorted by relevance
368 struct printk_log { struct369 u64 ts_nsec; /* timestamp in nanoseconds */370 u16 len; /* length of entire record */371 u16 text_len; /* length of text buffer */372 u16 dict_len; /* length of dictionary buffer */373 u8 facility; /* syslog facility */374 u8 flags:5; /* internal record flags */375 u8 level:3; /* syslog level */377 u32 caller_id; /* thread id or processor id */