Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_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()
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()
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()
[all …]
H A Dvm_map.h206 struct mtx system_mtx; member
/f-stack/freebsd/mips/mips/
H A Dpmap.c1302 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2044 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/f-stack/freebsd/i386/i386/
H A Dpmap.c2257 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c2172 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c4763 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()