Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-progress.c30 float last_print; member
156 if (current > (state.last_print + state.min_skip) || in qemu_progress_print()
157 current < (state.last_print - state.min_skip) || in qemu_progress_print()
159 state.last_print = state.current; in qemu_progress_print()
/openbmc/phosphor-ipmi-flash/tools/
H A Dhelper.cpp47 auto last_print = start; in pollStat() local
62 if (cur - last_print >= printInterval) in pollStat()
65 last_print = cur; in pollStat()