Home
last modified time | relevance | path

Searched refs:ts_nsec (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/printk/
Dprintk.c216 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()
[all …]
/linux-4.1.27/include/uapi/linux/
Dif_packet.h172 unsigned int ts_nsec; member
Dcoda.h91 long ts_nsec; member
/linux-4.1.27/drivers/net/can/usb/
Dems_usb.c207 __le32 ts_nsec; /* timestamp in nano seconds */ member
/linux-4.1.27/net/packet/
Daf_packet.c809 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec; in prb_close_block()
819 h1->ts_last_pkt.ts_nsec = ts.tv_nsec; in prb_close_block()
863 h1->ts_first_pkt.ts_nsec = ts.tv_nsec; in prb_open_block()