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

/freebsd-11-stable/sys/sys/
H A Dmutex.h411 #define mtx_unlock_flags_(m, opts, file, line) \ macro
422 #define mtx_unlock_flags_(m, opts, file, line) \ macro
446 mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
/freebsd-11-stable/sys/vm/
H A Dvm_map.c537 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
559 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
690 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
H A Dvm_page.c3796 mtx_unlock_flags_(vm_page_lockptr(m), 0, file, line);

Completed in 168 milliseconds