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.c528 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock()
619 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_assert_locked()
668 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
680 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
692 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
705 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock()
718 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
739 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade()
767 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade()
785 return (mtx_owned(&map->system_mtx)); in vm_map_locked()
[all …]
H A Dvm_map.h207 struct mtx system_mtx; member
/freebsd/sys/arm64/arm64/
H A Dpmap.c3226 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel_nopanic()
10015 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd/sys/riscv/riscv/
H A Dpmap.c1969 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel_nopanic()
/freebsd/sys/amd64/amd64/
H A Dpmap.c5015 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel_nopanic()
11849 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
/freebsd/sys/arm/arm/
H A Dpmap-v6.c2063 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel_nopanic()
/freebsd/sys/i386/i386/
H A Dpmap.c2248 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()