Searched refs:mtx_lock_flags_ (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 414 #define mtx_lock_flags_(m, opts, file, line) \ macro 425 #define mtx_lock_flags_(m, opts, file, line) \ macro 449 mtx_lock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
|
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 532 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock() 715 mtx_lock_flags_(&map->system_mtx, 0, file, line); in _vm_map_lock_read()
|
| H A D | vm_page.c | 5403 mtx_lock_flags_(vm_page_lockptr(m), 0, file, line); in vm_page_lock_KBI()
|