Searched refs:spa_g_mtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_spa.c | 324 mtx_lock(&sc->spa_g_mtx); in nvdimm_spa_g_thread() 329 msleep(&sc->spa_g_queue, &sc->spa_g_mtx, PRIBIO, in nvdimm_spa_g_thread() 334 mtx_unlock(&sc->spa_g_mtx); in nvdimm_spa_g_thread() 339 mtx_unlock(&sc->spa_g_mtx); in nvdimm_spa_g_thread() 416 mtx_lock(&sc->spa_g_mtx); in nvdimm_spa_g_start() 419 mtx_unlock(&sc->spa_g_mtx); in nvdimm_spa_g_start() 542 mtx_init(&sc->spa_g_mtx, "spag", NULL, MTX_DEF); in nvdimm_spa_g_create() 548 mtx_destroy(&sc->spa_g_mtx); in nvdimm_spa_g_create() 604 mtx_lock(&sc->spa_g_mtx); in nvdimm_spa_g_destroy_geom() 608 msleep(&sc->spa_g_queue, &sc->spa_g_mtx, PRIBIO, "spa_e", 0); in nvdimm_spa_g_destroy_geom() [all …]
|
H A D | nvdimm_var.h | 130 struct mtx spa_g_mtx; member
|