Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c1364 sc->sc_flush_in_progress--; in g_journal_flush_done()
1385 while (sc->sc_flush_in_progress < g_journal_parallel_flushes) { in g_journal_flush_send()
1393 sc->sc_flush_in_progress++; in g_journal_flush_send()
1404 sc->sc_flush_in_progress += g_journal_optimize(bioq); in g_journal_flush_send()
1981 sc->sc_flush_in_progress); in g_journal_wait()
2099 if (sc->sc_flush_in_progress > 0) in g_journal_worker()
2269 sc->sc_flush_in_progress = 0; in g_journal_create()
2789 if (sc->sc_flush_in_progress > 0) { in g_journal_switch_wait()
2791 sc->sc_flush_in_progress); in g_journal_switch_wait()
H A Dg_journal.h132 int sc_flush_in_progress; member