Searched refs:mtx_unlock_flags_ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | mutex.h | 419 #define mtx_unlock_flags_(m, opts, file, line) \ macro 430 #define mtx_unlock_flags_(m, opts, file, line) \ macro 454 mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
|
| /freebsd-14-stable/sys/vm/ |
| HD | vm_map.c | 672 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock() 696 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read() 817 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_and_wait()
|
| HD | vm_page.c | 5543 mtx_unlock_flags_(vm_page_lockptr(m), 0, file, line); in vm_page_unlock_KBI()
|