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.c62 if (d->timestamps_start == -1) { in mux_chr_write()
63 d->timestamps_start = ti; in mux_chr_write()
65 ti -= d->timestamps_start; in mux_chr_write()
186 d->timestamps_start = -1; in mux_proc_byte()
H A Dchardev-internal.h53 int64_t timestamps_start; member