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
212 s->buf_free_count++; in mirror_iteration_done()
377 while (s->buf_free_count < nb_chunks) { in mirror_co_read()
391 s->buf_free_count--; in mirror_co_read()
638 assert(s->buf_free_count == 0); in mirror_free_init()
643 s->buf_free_count++; in mirror_free_init()
870 trace_mirror_yield(s, UINT64_MAX, s->buf_free_count, in mirror_dirty_init()
1072 if (s->in_flight >= MAX_IN_FLIGHT || s->buf_free_count == 0 || in mirror_run()
1074 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…