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

/freebsd-10-stable/sys/sys/
H A Dmutex.h374 #define mtx_lock_flags_(m, opts, file, line) \ macro
385 #define mtx_lock_flags_(m, opts, file, line) \ macro
409 mtx_lock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
/freebsd-10-stable/sys/vm/
H A Dvm_map.c459 mtx_lock_flags_(&map->system_mtx, 0, file, line);
511 mtx_lock_flags_(&map->system_mtx, 0, file, line);
H A Dvm_page.c3151 mtx_lock_flags_(vm_page_lockptr(m), 0, file, line);

Completed in 72 milliseconds