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

/freebsd-11-stable/sys/vm/
H A Dvm_map.c124 static struct mtx map_sleep_mtx; variable in typeref:struct:mtx
196 mtx_init(&map_sleep_mtx, "vm map sleep mutex", NULL, MTX_DEF);
688 mtx_lock(&map_sleep_mtx);
693 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps",
708 * Acquire and release map_sleep_mtx to prevent a wakeup()
712 mtx_lock(&map_sleep_mtx);
713 mtx_unlock(&map_sleep_mtx);

Completed in 122 milliseconds