Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid3/
H A Dg_raid3.h222 u_int sc_refcnt; /* Number of softc references. */ member
H A Dg_raid3.c615 KASSERT(sc->sc_refcnt == 0, in g_raid3_free_device()
616 ("%s: non-zero refcount %u", __func__, sc->sc_refcnt)); in g_raid3_free_device()
636 if (--sc->sc_refcnt == 0) in g_raid3_providergone()
684 if (--sc->sc_refcnt == 0) in g_raid3_destroy_device()
2371 sc->sc_refcnt++; in g_raid3_launch_provider()
3186 sc->sc_refcnt = 1; in g_raid3_create()
/freebsd/sys/geom/mirror/
H A Dg_mirror.h205 u_int sc_refcnt; /* Number of softc references */ member
H A Dg_mirror.c560 if ((--sc->sc_refcnt) == 0) in g_mirror_providergone()
607 if ((--sc->sc_refcnt) == 0) in g_mirror_destroy_device()
2276 sc->sc_refcnt++; in g_mirror_launch_provider()
3167 sc->sc_refcnt = 1; in g_mirror_create()