Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.c128 static struct mtx map_sleep_mtx; variable
261 mtx_init(&map_sleep_mtx, "vm map sleep mutex", NULL, MTX_DEF); in vm_map_startup()
844 mtx_lock(&map_sleep_mtx); in _vm_map_unlock_and_wait()
852 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps", in _vm_map_unlock_and_wait()
871 mtx_lock(&map_sleep_mtx); in vm_map_wakeup()
872 mtx_unlock(&map_sleep_mtx); in vm_map_wakeup()