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 | 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() 801 mtx_lock(&sc->sc_queue_mtx); in g_raid_nrequests() 806 mtx_unlock(&sc->sc_queue_mtx); in g_raid_nrequests() [all …]
|
| H A D | g_raid.h | 299 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 | 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 …]
|
| H A D | g_raid3.h | 191 struct mtx sc_queue_mtx; member
|