Searched refs:devmtx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_conf.c | 56 struct mtx devmtx; variable 74 mtx_lock(&devmtx); in dev_lock() 102 mtx_unlock(&devmtx); in dev_unlock_and_free() 138 mtx_unlock(&devmtx); in dev_unlock() 146 mtx_lock(&devmtx); in dev_ref() 148 mtx_unlock(&devmtx); in dev_ref() 1146 msleep(csw, &devmtx, PRIBIO, "devprg", hz/10); in destroy_devl() 1155 msleep(&csw, &devmtx, PRIBIO, "devdrn", hz / 10); in destroy_devl() 1503 msleep(&csw->d_devs, &devmtx, PRIBIO, "devscd", hz/10); in destroy_dev_drain()
|
| H A D | kern_mutex.c | 1224 mtx_init(&devmtx, "cdev", NULL, MTX_DEF); in mutex_init()
|