Searched refs:sc_queue_mtx (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/geom/gate/ |
| H A D | g_gate.c | 118 mtx_lock(&sc->sc_queue_mtx); in g_gate_destroy() 122 mtx_unlock(&sc->sc_queue_mtx); in g_gate_destroy() 127 mtx_lock(&sc->sc_queue_mtx); in g_gate_destroy() 136 mtx_unlock(&sc->sc_queue_mtx); in g_gate_destroy() 151 mtx_destroy(&sc->sc_queue_mtx); in g_gate_destroy() 199 mtx_lock(&sc->sc_queue_mtx); in g_gate_queue_io() 202 mtx_unlock(&sc->sc_queue_mtx); in g_gate_queue_io() 215 mtx_unlock(&sc->sc_queue_mtx); in g_gate_queue_io() 374 mtx_lock(&sc->sc_queue_mtx); in g_gate_guard() 389 mtx_unlock(&sc->sc_queue_mtx); in g_gate_guard() [all …]
|
| H A D | g_gate.h | 88 struct mtx sc_queue_mtx; member
|
| /freebsd/sys/geom/eli/ |
| H A D | g_eli.c | 312 mtx_lock(&sc->sc_queue_mtx); in g_eli_read_done() 314 mtx_unlock(&sc->sc_queue_mtx); in g_eli_read_done() 508 mtx_lock(&sc->sc_queue_mtx); in g_eli_start() 510 mtx_unlock(&sc->sc_queue_mtx); in g_eli_start() 583 mtx_lock(&sc->sc_queue_mtx); in g_eli_newsession() 586 mtx_unlock(&sc->sc_queue_mtx); in g_eli_newsession() 621 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_cancel() 635 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_takefirst() 685 mtx_lock(&sc->sc_queue_mtx); in g_eli_worker() 697 mtx_unlock(&sc->sc_queue_mtx); in g_eli_worker() [all …]
|
| H A D | g_eli_privacy.c | 216 mtx_lock(&sc->sc_queue_mtx); in g_eli_crypto_read() 224 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read() 229 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read()
|
| H A D | g_eli_ctl.c | 875 mtx_lock(&sc->sc_queue_mtx); in g_eli_suspend_one() 877 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one() 892 msleep(&sc->sc_workers, &sc->sc_queue_mtx, PRIBIO, in g_eli_suspend_one() 904 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one() 1034 mtx_lock(&sc->sc_queue_mtx); in g_eli_ctl_resume() 1044 mtx_unlock(&sc->sc_queue_mtx); in g_eli_ctl_resume()
|
| H A D | g_eli.h | 219 struct mtx sc_queue_mtx; member
|
| /freebsd/sys/geom/raid/ |
| H A D | g_raid.c | 644 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send() 646 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_send() 656 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send() 657 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send() 673 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_cancel() 685 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_cancel() 696 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_check() 703 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_check() 807 mtx_lock(&sc->sc_queue_mtx); in g_raid_nrequests() 812 mtx_unlock(&sc->sc_queue_mtx); in g_raid_nrequests() [all …]
|
| H A D | g_raid.h | 300 struct mtx sc_queue_mtx; /* Worker queues lock. */ member
|
| /freebsd/sys/geom/mirror/ |
| H A D | g_mirror.c | 210 mtx_lock(&sc->sc_queue_mtx); in g_mirror_event_dispatch() 212 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_event_dispatch() 323 mtx_lock(&sc->sc_queue_mtx); in g_mirror_nrequests() 328 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_nrequests() 548 mtx_destroy(&sc->sc_queue_mtx); in g_mirror_free_device() 920 mtx_lock(&sc->sc_queue_mtx); in g_mirror_done() 922 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_done() 1055 mtx_lock(&sc->sc_queue_mtx); in g_mirror_regular_request() 1057 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_regular_request() 1099 mtx_lock(&sc->sc_queue_mtx); in g_mirror_sync_done() [all …]
|
| H A D | g_mirror.h | 186 struct mtx sc_queue_mtx; member
|
| /freebsd/sys/geom/raid3/ |
| H A D | g_raid3.c | 316 mtx_lock(&sc->sc_queue_mtx); in g_raid3_event_dispatch() 319 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_event_dispatch() 419 mtx_lock(&sc->sc_queue_mtx); in g_raid3_nrequests() 424 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_nrequests() 628 mtx_destroy(&sc->sc_queue_mtx); in g_raid3_free_device() 1300 mtx_lock(&sc->sc_queue_mtx); in g_raid3_done() 1302 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_done() 1408 mtx_lock(&sc->sc_queue_mtx); in g_raid3_sync_done() 1410 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_sync_done() 1517 mtx_lock(&sc->sc_queue_mtx); in g_raid3_start() [all …]
|
| H A D | g_raid3.h | 192 struct mtx sc_queue_mtx; member
|