Searched refs:system_mtx (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | 527 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock() 618 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_assert_locked() 667 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock() 679 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read() 691 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read() 704 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock() 717 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read() 738 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_upgrade() 766 mtx_assert_(&map->system_mtx, MA_OWNED, file, line); in _vm_map_lock_downgrade() 784 return (mtx_owned(&map->system_mtx)); in vm_map_locked() [all...] |
H A D | vm_map.h | 207 struct mtx system_mtx; member
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 3029 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel() 9674 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1884 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 5129 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_growkernel() 11843 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in pmap_san_enter()
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 2244 mtx_assert(&kernel_map->system_mtx, MA_OWNED); in __CONCAT()
|