Searched refs:system_mtx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/vm/ |
| D | vm_map.c | 243 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 …]
|
| D | vm_map.h | 200 struct mtx system_mtx; member
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | pmap.c | 1311 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | pmap.c | 1478 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | pmap.c | 2284 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | pmap-v6.c | 2049 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | pmap.c | 1754 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | pmap.c | 3945 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|