Searched refs:system_mtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/vm/ |
| D | vm_map.c | 232 mtx_destroy(&map->system_mtx); in vm_map_zfini() 244 mtx_init(&map->system_mtx, "vm map (system)", NULL, MTX_DEF | MTX_DUPOK); in vm_map_zinit() 468 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock() 508 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock() 520 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read() 530 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read() 543 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock() 556 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read() 577 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade() 603 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade() [all …]
|
| D | vm_map.h | 182 struct mtx system_mtx; member
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | pmap.c | 1301 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-9-stable/sys/i386/xen/ |
| D | pmap.c | 1859 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | pmap.c | 2151 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | pmap.c | 1994 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|