Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/vm/
HDvm_map.c299 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()
623 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_assert_locked()
672 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
684 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
696 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
709 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock()
722 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
743 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade()
771 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade()
[all …]
HDvm_map.h209 struct mtx system_mtx; member
/freebsd-14-stable/sys/arm64/arm64/
HDpmap.c2710 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
7938 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd-14-stable/sys/riscv/riscv/
HDpmap.c1669 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-14-stable/sys/amd64/amd64/
HDpmap.c5133 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
11832 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd-14-stable/sys/i386/i386/
HDpmap.c2243 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()
/freebsd-14-stable/sys/arm/arm/
HDpmap-v6.c2043 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()