Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/vm/
Dvm_map.c232 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 …]
Dvm_map.h182 struct mtx system_mtx; member
/freebsd-9-stable/sys/mips/mips/
Dpmap.c1301 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-9-stable/sys/i386/xen/
Dpmap.c1859 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-9-stable/sys/i386/i386/
Dpmap.c2151 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
/freebsd-9-stable/sys/amd64/amd64/
Dpmap.c1994 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()