Home
last modified time | relevance | path

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

/NextBSD/sys/geom/raid/
HDg_raid_ctl.c62 if (sc->sc_stopping != 0) in g_raid_find_node()
73 if (sc->sc_stopping != 0) in g_raid_find_node()
89 if (sc->sc_stopping != 0) in g_raid_find_node()
HDg_raid.c1582 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_worker()
1841 if (sc->sc_stopping != 0 && (acr > 0 || acw > 0 || ace > 0)) { in g_raid_access()
1854 if (sc->sc_stopping == G_RAID_DESTROY_DELAYED && in g_raid_access()
1859 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_access()
2031 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy_node()
2063 wakeup(&sc->sc_stopping); in g_raid_destroy_node()
2121 if (sc->sc_stopping == G_RAID_DESTROY_HARD) { in g_raid_destroy_volume()
2180 sc->sc_stopping = G_RAID_DESTROY_DELAYED; in g_raid_destroy()
2191 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy()
2195 error = sx_sleep(&sc->sc_stopping, &sc->sc_lock, in g_raid_destroy()
[all …]
HDg_raid.h328 int sc_stopping; /* Node is stopping */ member
HDmd_promise.c1068 if (sc->sc_stopping != 0) in g_raid_md_create_promise()
1155 if (sc->sc_stopping != 0) in g_raid_md_taste_promise()
1706 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_promise()
HDmd_jmicron.c883 if (sc->sc_stopping != 0) in g_raid_md_taste_jmicron()
1402 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_jmicron()
HDmd_sii.c969 if (sc->sc_stopping != 0) in g_raid_md_taste_sii()
1490 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_sii()
HDmd_nvidia.c880 if (sc->sc_stopping != 0) in g_raid_md_taste_nvidia()
1406 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_nvidia()
HDmd_intel.c1545 if (sc->sc_stopping != 0) in g_raid_md_taste_intel()
2364 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_intel()
HDmd_ddf.c2078 if (sc->sc_stopping != 0) in g_raid_md_create_req_ddf()
2140 if (sc->sc_stopping != 0) in g_raid_md_taste_ddf()
2740 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_ddf()
/NextBSD/sys/geom/multipath/
HDg_multipath.c265 if (sc->sc_stopping) in g_multipath_resize()
491 if (sc->sc_stopping && sc->sc_opened == 0) in g_multipath_access()
519 if (sc == NULL || sc->sc_stopping) in g_multipath_create()
651 if (!sc->sc_stopping) { in g_multipath_destroy()
653 sc->sc_stopping = 1; in g_multipath_destroy()
847 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()
857 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()
1304 if (sc == NULL || sc->sc_stopping) in g_multipath_find_geom()
HDg_multipath.h53 int sc_stopping; member