Home
last modified time | relevance | path

Searched refs:map_sleep_mtx (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/vm/
HDvm_map.c124 static struct mtx map_sleep_mtx; variable
196 mtx_init(&map_sleep_mtx, "vm map sleep mutex", NULL, MTX_DEF); in vm_map_startup()
688 mtx_lock(&map_sleep_mtx); in _vm_map_unlock_and_wait()
693 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps", in _vm_map_unlock_and_wait()
712 mtx_lock(&map_sleep_mtx); in vm_map_wakeup()
713 mtx_unlock(&map_sleep_mtx); in vm_map_wakeup()