Searched refs:sc_completion_lock (Results 1 – 2 of 2) sorted by relevance
75 struct mtx sc_completion_lock; /* synchronizes cross-boundary IOs */ member
273 mtx_lock(&sc->sc_completion_lock); in g_concat_done()279 mtx_unlock(&sc->sc_completion_lock); in g_concat_done()282 mtx_unlock(&sc->sc_completion_lock); in g_concat_done()664 mtx_init(&sc->sc_completion_lock, "gconcat lock", NULL, MTX_DEF); in g_concat_create()718 mtx_destroy(&sc->sc_completion_lock); in g_concat_destroy()