Home
last modified time | relevance | path

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

/src/sys/geom/raid3/
H A Dg_raid3.h226 struct g_raid3_event *sc_timeout_event; member
H A Dg_raid3.c2416 ep = sc->sc_timeout_event; in g_raid3_go()
2417 sc->sc_timeout_event = NULL; in g_raid3_go()
2428 g_raid3_event_free(sc->sc_timeout_event); in g_raid3_timeout_drain()
2429 sc->sc_timeout_event = NULL; in g_raid3_timeout_drain()
3257 sc->sc_timeout_event = malloc(sizeof(struct g_raid3_event), M_RAID3, in g_raid3_create()
/src/sys/geom/mirror/
H A Dg_mirror.h209 struct g_mirror_event *sc_timeout_event; member
H A Dg_mirror.c2337 ep = sc->sc_timeout_event; in g_mirror_go()
2338 sc->sc_timeout_event = NULL; in g_mirror_go()
2349 g_mirror_event_free(sc->sc_timeout_event); in g_mirror_timeout_drain()
2350 sc->sc_timeout_event = NULL; in g_mirror_timeout_drain()
3213 sc->sc_timeout_event = malloc(sizeof(struct g_mirror_event), M_MIRROR, in g_mirror_create()