sys/sys/mutex.h
450
mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
sys/vm/vm_map.c
668
mtx_unlock_flags_(&map->system_mtx, 0, file, line);
sys/vm/vm_map.c
692
mtx_unlock_flags_(&map->system_mtx, 0, file, line);
sys/vm/vm_map.c
812
mtx_unlock_flags_(&map->system_mtx, 0, file, line);