Home
last modified time | relevance | path

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

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