Lines Matching refs:ts_nsec
228 u64 ts_nsec; /* timestamp in nanoseconds */ member
424 enum log_flags flags, u64 ts_nsec, in log_store() argument
467 if (ts_nsec > 0) in log_store()
468 msg->ts_nsec = ts_nsec; in log_store()
470 msg->ts_nsec = local_clock(); in log_store()
535 u64 ts_usec = msg->ts_nsec; in msg_print_ext_header()
862 VMCOREINFO_OFFSET(printk_log, ts_nsec); in log_buf_kexec_setup()
1075 len += print_time(msg->ts_nsec, buf ? buf + len : NULL); in print_prefix()
1562 u64 ts_nsec; /* time of first print */ member
1583 cont.ts_nsec, NULL, 0, cont.buf, cont.len); in cont_flush()
1616 cont.ts_nsec = local_clock(); in cont_add()
1637 textlen += print_time(cont.ts_nsec, text); in cont_print_text()