Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/vm/
Dvm_map.c243 mtx_init(&map->system_mtx, "vm map (system)", NULL, MTX_DEF | MTX_DUPOK); in vm_map_zinit()
501 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock()
605 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
617 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
627 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
640 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock()
653 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
674 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade()
700 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade()
716 return (mtx_owned(&map->system_mtx)); in vm_map_locked()
[all …]
Dvm_map.h200 struct mtx system_mtx; member
/freebsd-12-stable/sys/mips/mips/
Dpmap.c1311 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-12-stable/sys/riscv/riscv/
Dpmap.c1478 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-12-stable/sys/i386/i386/
Dpmap.c2284 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-12-stable/sys/arm/arm/
Dpmap-v6.c2049 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-12-stable/sys/arm64/arm64/
Dpmap.c1754 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c3945 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()