Home
last modified time | relevance | path

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

/NextBSD/sys/geom/journal/
HDg_journal.c1439 sc->sc_delayed_count--; in g_journal_release_delayed()
1455 if (sc->sc_delayed_count > 0 || in g_journal_add_request()
1459 sc->sc_delayed_count++; in g_journal_add_request()
2024 sc->sc_delayed_count); in g_journal_wait()
2303 sc->sc_delayed_count = 0; in g_journal_create()
2844 if (sc->sc_delayed_count > 0) { in g_journal_switch_wait()
2846 sc->sc_delayed_count); in g_journal_switch_wait()
HDg_journal.h143 int sc_delayed_count; member