Home
last modified time | relevance | path

Searched refs:timestamps_start (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-mux.c61 if (d->timestamps_start == -1) { in mux_chr_write()
62 d->timestamps_start = ti; in mux_chr_write()
64 ti -= d->timestamps_start; in mux_chr_write()
177 d->timestamps_start = -1; in mux_proc_byte()
H A Dchardev-internal.h54 int64_t timestamps_start; member