Home
last modified time | relevance | path

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

/freebsd/sys/geom/mirror/
H A Dg_mirror.c90 static eventhandler_tag g_mirror_post_sync = NULL; variable
3577 g_mirror_post_sync = EVENTHANDLER_REGISTER(shutdown_post_sync, in g_mirror_init()
3579 if (g_mirror_post_sync == NULL) in g_mirror_init()
3587 if (g_mirror_post_sync != NULL) in g_mirror_fini()
3588 EVENTHANDLER_DEREGISTER(shutdown_post_sync, g_mirror_post_sync); in g_mirror_fini()