Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/geom/gate/
HDg_gate.c119 mtx_lock(&sc->sc_queue_mtx); in g_gate_destroy()
123 mtx_unlock(&sc->sc_queue_mtx); in g_gate_destroy()
128 mtx_lock(&sc->sc_queue_mtx); in g_gate_destroy()
137 mtx_unlock(&sc->sc_queue_mtx); in g_gate_destroy()
152 mtx_destroy(&sc->sc_queue_mtx); in g_gate_destroy()
200 mtx_lock(&sc->sc_queue_mtx); in g_gate_queue_io()
203 mtx_unlock(&sc->sc_queue_mtx); in g_gate_queue_io()
216 mtx_unlock(&sc->sc_queue_mtx); in g_gate_queue_io()
375 mtx_lock(&sc->sc_queue_mtx); in g_gate_guard()
390 mtx_unlock(&sc->sc_queue_mtx); in g_gate_guard()
[all …]
HDg_gate.h88 struct mtx sc_queue_mtx; member
/freebsd-14-stable/sys/geom/eli/
HDg_eli.c313 mtx_lock(&sc->sc_queue_mtx); in g_eli_read_done()
315 mtx_unlock(&sc->sc_queue_mtx); in g_eli_read_done()
509 mtx_lock(&sc->sc_queue_mtx); in g_eli_start()
511 mtx_unlock(&sc->sc_queue_mtx); in g_eli_start()
584 mtx_lock(&sc->sc_queue_mtx); in g_eli_newsession()
587 mtx_unlock(&sc->sc_queue_mtx); in g_eli_newsession()
622 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_cancel()
636 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_takefirst()
686 mtx_lock(&sc->sc_queue_mtx); in g_eli_worker()
698 mtx_unlock(&sc->sc_queue_mtx); in g_eli_worker()
[all …]
HDg_eli_privacy.c217 mtx_lock(&sc->sc_queue_mtx); in g_eli_crypto_read()
225 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read()
230 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read()
HDg_eli_ctl.c876 mtx_lock(&sc->sc_queue_mtx); in g_eli_suspend_one()
878 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one()
893 msleep(&sc->sc_workers, &sc->sc_queue_mtx, PRIBIO, in g_eli_suspend_one()
905 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one()
1035 mtx_lock(&sc->sc_queue_mtx); in g_eli_ctl_resume()
1045 mtx_unlock(&sc->sc_queue_mtx); in g_eli_ctl_resume()
HDg_eli.h219 struct mtx sc_queue_mtx; member
/freebsd-14-stable/sys/geom/raid/
HDg_raid.c638 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send()
640 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_send()
650 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send()
651 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send()
667 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_cancel()
679 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_cancel()
690 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_check()
697 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_check()
803 mtx_lock(&sc->sc_queue_mtx); in g_raid_nrequests()
808 mtx_unlock(&sc->sc_queue_mtx); in g_raid_nrequests()
[all …]
HDg_raid.h299 struct mtx sc_queue_mtx; /* Worker queues lock. */ member
/freebsd-14-stable/sys/geom/mirror/
HDg_mirror.c211 mtx_lock(&sc->sc_queue_mtx); in g_mirror_event_dispatch()
213 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_event_dispatch()
324 mtx_lock(&sc->sc_queue_mtx); in g_mirror_nrequests()
329 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_nrequests()
549 mtx_destroy(&sc->sc_queue_mtx); in g_mirror_free_device()
921 mtx_lock(&sc->sc_queue_mtx); in g_mirror_done()
923 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_done()
1056 mtx_lock(&sc->sc_queue_mtx); in g_mirror_regular_request()
1058 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_regular_request()
1100 mtx_lock(&sc->sc_queue_mtx); in g_mirror_sync_done()
[all …]
HDg_mirror.h186 struct mtx sc_queue_mtx; member
/freebsd-14-stable/sys/geom/raid3/
HDg_raid3.c315 mtx_lock(&sc->sc_queue_mtx); in g_raid3_event_dispatch()
318 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_event_dispatch()
418 mtx_lock(&sc->sc_queue_mtx); in g_raid3_nrequests()
423 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_nrequests()
623 mtx_destroy(&sc->sc_queue_mtx); in g_raid3_free_device()
1295 mtx_lock(&sc->sc_queue_mtx); in g_raid3_done()
1297 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_done()
1403 mtx_lock(&sc->sc_queue_mtx); in g_raid3_sync_done()
1405 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_sync_done()
1484 mtx_lock(&sc->sc_queue_mtx); in g_raid3_start()
[all …]
HDg_raid3.h191 struct mtx sc_queue_mtx; member