Searched refs:mtx_unlock_flags_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | mutex.h | 415 #define mtx_unlock_flags_(m, opts, file, line) \ macro 426 #define mtx_unlock_flags_(m, opts, file, line) \ macro 450 mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
|
| /freebsd/sys/vm/ |
| H A D | vm_map.c | 668 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock() 692 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read() 812 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_and_wait()
|