Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c249 static int g_journal_sync_requested = 0; variable
2582 g_journal_sync_requested++; in g_journal_ctl_sync()
2584 while (g_journal_sync_requested > 0) in g_journal_ctl_sync()
2585 tsleep(&g_journal_sync_requested, PRIBIO, "j:sreq", hz / 2); in g_journal_ctl_sync()
3011 if (error == 0 && g_journal_sync_requested == 0) { in g_journal_switcher()
3019 if (g_journal_sync_requested > 0) { in g_journal_switcher()
3020 g_journal_sync_requested = 0; in g_journal_switcher()
3021 wakeup(&g_journal_sync_requested); in g_journal_switcher()