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

/freebsd-10.1-release/sys/sys/
H A Dmutex.h337 #define mtx_unlock_flags_(m, opts, file, line) \ macro
346 #define mtx_unlock_flags_(m, opts, file, line) \ macro
368 mtx_unlock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
/freebsd-10.1-release/sys/vm/
H A Dvm_map.c491 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
513 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
644 mtx_unlock_flags_(&map->system_mtx, 0, file, line);
H A Dvm_page.c3108 mtx_unlock_flags_(vm_page_lockptr(m), 0, file, line);

Completed in 73 milliseconds