Home
last modified time | relevance | path

Searched refs:mtx_unlock_flags_ (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDmutex.h334 #define mtx_unlock_flags_(m, opts, file, line) \ macro
343 #define mtx_unlock_flags_(m, opts, file, line) \ macro
365 mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
/NextBSD/sys/vm/
HDvm_map.c502 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock()
524 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_read()
655 mtx_unlock_flags_(&map->system_mtx, 0, file, line); in _vm_map_unlock_and_wait()
HDvm_page.c3734 mtx_unlock_flags_(vm_page_lockptr(m), 0, file, line); in vm_page_unlock_KBI()