Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_map.c296 mtx_init(&map->system_mtx, "vm map (system)", NULL, in vmspace_zinit()
529 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock()
620 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_assert_locked()
669 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
681 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
693 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
740 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade()
768 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade()
786 return (mtx_owned(&map->system_mtx)); in vm_map_locked()
814 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_and_wait()
[all …]
H A Dvm_map.h207 struct mtx system_mtx; member
/freebsd/sys/arm64/arm64/
H A Dpmap.c2906 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
9148 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd/sys/riscv/riscv/
H A Dpmap.c1663 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd/sys/amd64/amd64/
H A Dpmap.c5104 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
11807 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd/sys/arm/arm/
H A Dpmap-v6.c2040 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd/sys/i386/i386/
H A Dpmap.c2252 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()