Searched refs:sc_queue_mtx (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/geom/gate/ |
| HD | g_gate.c | 119 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 …]
|
| HD | g_gate.h | 88 struct mtx sc_queue_mtx; member
|
| /freebsd-11-stable/sys/geom/eli/ |
| HD | g_eli.c | 259 mtx_lock(&sc->sc_queue_mtx); in g_eli_read_done() 261 mtx_unlock(&sc->sc_queue_mtx); in g_eli_read_done() 384 mtx_lock(&sc->sc_queue_mtx); in g_eli_start() 386 mtx_unlock(&sc->sc_queue_mtx); in g_eli_start() 446 mtx_lock(&sc->sc_queue_mtx); in g_eli_newsession() 449 mtx_unlock(&sc->sc_queue_mtx); in g_eli_newsession() 453 mtx_lock(&sc->sc_queue_mtx); in g_eli_newsession() 456 mtx_unlock(&sc->sc_queue_mtx); in g_eli_newsession() 481 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_cancel() 495 mtx_assert(&sc->sc_queue_mtx, MA_OWNED); in g_eli_takefirst() [all …]
|
| HD | g_eli_privacy.c | 191 mtx_lock(&sc->sc_queue_mtx); in g_eli_crypto_read() 199 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read() 204 mtx_unlock(&sc->sc_queue_mtx); in g_eli_crypto_read()
|
| HD | g_eli_ctl.c | 856 mtx_lock(&sc->sc_queue_mtx); in g_eli_suspend_one() 858 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one() 873 msleep(&sc->sc_workers, &sc->sc_queue_mtx, PRIBIO, in g_eli_suspend_one() 885 mtx_unlock(&sc->sc_queue_mtx); in g_eli_suspend_one() 1015 mtx_lock(&sc->sc_queue_mtx); in g_eli_ctl_resume() 1025 mtx_unlock(&sc->sc_queue_mtx); in g_eli_ctl_resume()
|
| HD | g_eli.h | 221 struct mtx sc_queue_mtx; member
|
| /freebsd-11-stable/sys/geom/raid/ |
| HD | g_raid.c | 634 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send() 636 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_send() 646 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_send() 647 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send() 663 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_cancel() 675 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_cancel() 686 mtx_lock(&sc->sc_queue_mtx); in g_raid_event_check() 693 mtx_unlock(&sc->sc_queue_mtx); in g_raid_event_check() 799 mtx_lock(&sc->sc_queue_mtx); in g_raid_nrequests() 804 mtx_unlock(&sc->sc_queue_mtx); in g_raid_nrequests() [all …]
|
| HD | g_raid.h | 325 struct mtx sc_queue_mtx; /* Worker queues lock. */ member
|
| /freebsd-11-stable/sys/geom/mirror/ |
| HD | g_mirror.c | 203 mtx_lock(&sc->sc_queue_mtx); in g_mirror_event_send() 205 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_event_send() 308 mtx_lock(&sc->sc_queue_mtx); in g_mirror_nrequests() 313 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_nrequests() 525 mtx_destroy(&sc->sc_queue_mtx); in g_mirror_free_device() 904 mtx_lock(&sc->sc_queue_mtx); in g_mirror_done() 906 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_done() 1023 mtx_lock(&sc->sc_queue_mtx); in g_mirror_regular_request() 1025 mtx_unlock(&sc->sc_queue_mtx); in g_mirror_regular_request() 1066 mtx_lock(&sc->sc_queue_mtx); in g_mirror_sync_done() [all …]
|
| HD | g_mirror.h | 199 struct mtx sc_queue_mtx; member
|
| /freebsd-11-stable/sys/geom/raid3/ |
| HD | g_raid3.c | 311 mtx_lock(&sc->sc_queue_mtx); in g_raid3_event_send() 314 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_event_send() 405 mtx_lock(&sc->sc_queue_mtx); in g_raid3_nrequests() 410 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_nrequests() 649 mtx_destroy(&sc->sc_queue_mtx); in g_raid3_destroy_device() 1266 mtx_lock(&sc->sc_queue_mtx); in g_raid3_done() 1268 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_done() 1374 mtx_lock(&sc->sc_queue_mtx); in g_raid3_sync_done() 1376 mtx_unlock(&sc->sc_queue_mtx); in g_raid3_sync_done() 1454 mtx_lock(&sc->sc_queue_mtx); in g_raid3_start() [all …]
|
| HD | g_raid3.h | 209 struct mtx sc_queue_mtx; member
|