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

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c237 static struct proc *g_journal_switcher_proc = NULL; variable in typeref:struct:proc
2340 if (g_journal_switcher_proc == NULL)
2956 MPASS(g_journal_switcher_proc == NULL);
2958 error = kproc_create(g_journal_switcher, mp, &g_journal_switcher_proc,
2967 MPASS(g_journal_switcher_proc != NULL);
2973 g_journal_switcher_proc = NULL;

Completed in 37 milliseconds