Searched refs:system_mtx (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/vm/ |
| HD | vm_map.c | 299 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 …]
|
| HD | vm_map.h | 209 struct mtx system_mtx; member
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | pmap.c | 2710 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/ |
| HD | pmap.c | 1669 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-14-stable/sys/amd64/amd64/ |
| HD | pmap.c | 5133 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/ |
| HD | pmap.c | 2243 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()
|
| /freebsd-14-stable/sys/arm/arm/ |
| HD | pmap-v6.c | 2043 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|