Lines Matching refs:ts_nsec
360 u64 ts_nsec; /* timestamp in nanoseconds */ member
586 enum log_flags flags, u64 ts_nsec, in log_store() argument
629 if (ts_nsec > 0) in log_store()
630 msg->ts_nsec = ts_nsec; in log_store()
632 msg->ts_nsec = local_clock(); in log_store()
695 u64 ts_usec = msg->ts_nsec; in msg_print_ext_header()
1029 VMCOREINFO_OFFSET(printk_log, ts_nsec); in log_buf_vmcoreinfo_setup()
1247 len += print_time(msg->ts_nsec, buf ? buf + len : NULL); in print_prefix()
1752 u64 ts_nsec; /* time of first print */ member
1763 log_store(cont.facility, cont.level, cont.flags, cont.ts_nsec, in cont_flush()
1784 cont.ts_nsec = local_clock(); in cont_add()