Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c246 static struct proc *g_journal_switcher_proc = NULL; variable
2348 if (g_journal_switcher_proc == NULL) in g_journal_create()
2762 if (g_journal_switcher_proc != NULL) in g_journal_fini()
2969 MPASS(g_journal_switcher_proc == NULL); in g_journal_start_switcher()
2971 error = kproc_create(g_journal_switcher, mp, &g_journal_switcher_proc, in g_journal_start_switcher()
2980 MPASS(g_journal_switcher_proc != NULL); in g_journal_stop_switcher()
2986 g_journal_switcher_proc = NULL; in g_journal_stop_switcher()