Lines Matching refs:system_mtx
299 mtx_init(&map->system_mtx, "vm map (system)", NULL, in vmspace_zinit()
532 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock()
654 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_assert_locked()
703 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
715 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
727 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
740 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock()
753 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
774 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade()
802 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade()
820 return (mtx_owned(&map->system_mtx)); in vm_map_locked()
848 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_and_wait()
904 msleep(&map->busy, &map->system_mtx, 0, "mbusy", 0); in vm_map_wait_busy()
947 mtx_init(&map->system_mtx, "vm map (system)", NULL, in vm_map_init()