Searched refs:sc_queue_mtx (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-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-14-stable/sys/geom/eli/ |
| HD | g_eli.c | 313 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 …]
|
| HD | g_eli_privacy.c | 217 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()
|
| HD | g_eli_ctl.c | 876 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()
|
| HD | g_eli.h | 219 struct mtx sc_queue_mtx; member
|
| /freebsd-14-stable/sys/geom/raid/ |
| HD | g_raid.c | 638 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 …]
|
| HD | g_raid.h | 299 struct mtx sc_queue_mtx; /* Worker queues lock. */ member
|
| /freebsd-14-stable/sys/geom/mirror/ |
| HD | g_mirror.c | 211 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 …]
|
| HD | g_mirror.h | 186 struct mtx sc_queue_mtx; member
|
| /freebsd-14-stable/sys/geom/raid3/ |
| HD | g_raid3.c | 315 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 …]
|
| HD | g_raid3.h | 191 struct mtx sc_queue_mtx; member
|