Searched refs:map_sleep_mtx (Results 1 – 1 of 1) sorted by relevance
123 static struct mtx map_sleep_mtx; variable 258 mtx_init(&map_sleep_mtx, "vm map sleep mutex", NULL, MTX_DEF); in vm_map_startup() 807 mtx_lock(&map_sleep_mtx); in _vm_map_unlock_and_wait() 815 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps", in _vm_map_unlock_and_wait() 830 * Acquire and release map_sleep_mtx to prevent a wakeup() in vm_map_wakeup() 834 mtx_lock(&map_sleep_mtx); in vm_map_wakeup() 835 mtx_unlock(&map_sleep_mtx); in vm_map_wakeup()