Lines Matching refs:ts_nsec
216 u64 ts_nsec; /* timestamp in nanoseconds */ member
409 enum log_flags flags, u64 ts_nsec, in log_store() argument
452 if (ts_nsec > 0) in log_store()
453 msg->ts_nsec = ts_nsec; in log_store()
455 msg->ts_nsec = local_clock(); in log_store()
612 ts_usec = msg->ts_nsec; in devkmsg_read()
822 VMCOREINFO_OFFSET(printk_log, ts_nsec); in log_buf_kexec_setup()
1035 len += print_time(msg->ts_nsec, buf ? buf + len : NULL); in print_prefix()
1517 u64 ts_nsec; /* time of first print */ member
1538 cont.ts_nsec, NULL, 0, cont.buf, cont.len); in cont_flush()
1567 cont.ts_nsec = local_clock(); in cont_add()
1588 textlen += print_time(cont.ts_nsec, text); in cont_print_text()