Searched refs:g_journal_sync_requested (Results 1 – 1 of 1) sorted by relevance
237 static int g_journal_sync_requested = 0; variable2615 g_journal_sync_requested++; in g_journal_ctl_sync()2617 while (g_journal_sync_requested > 0) in g_journal_ctl_sync()2618 tsleep(&g_journal_sync_requested, PRIBIO, "j:sreq", hz / 2); in g_journal_ctl_sync()3035 if (error == 0 && g_journal_sync_requested == 0) { in g_journal_switcher()3043 if (g_journal_sync_requested > 0) { in g_journal_switcher()3044 g_journal_sync_requested = 0; in g_journal_switcher()3045 wakeup(&g_journal_sync_requested); in g_journal_switcher()