Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dmirror.c80 int buf_free_count; member
211 s->buf_free_count++; in mirror_iteration_done()
376 while (s->buf_free_count < nb_chunks) { in mirror_co_read()
390 s->buf_free_count--; in mirror_co_read()
633 assert(s->buf_free_count == 0); in mirror_free_init()
638 s->buf_free_count++; in mirror_free_init()
873 trace_mirror_yield(s, UINT64_MAX, s->buf_free_count, in mirror_dirty_init()
1075 if (s->in_flight >= MAX_IN_FLIGHT || s->buf_free_count == 0 || in mirror_run()
1077 trace_mirror_yield(s, cnt, s->buf_free_count, s->in_flight); in mirror_run()
H A Dtrace-events37 mirror_yield(void *s, int64_t cnt, int buf_free_count, int in_flight) "s %p dirty count %"PRId64" f…