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

/freebsd-13-stable/sys/vm/
H A Dvm_map.c128 static struct mtx map_sleep_mtx; variable in typeref:struct:mtx
261 mtx_init(&map_sleep_mtx, "vm map sleep mutex", NULL, MTX_DEF);
813 mtx_lock(&map_sleep_mtx);
821 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps",
836 * Acquire and release map_sleep_mtx to prevent a wakeup()
840 mtx_lock(&map_sleep_mtx);
841 mtx_unlock(&map_sleep_mtx);

Completed in 124 milliseconds