Searched refs:mtx_trylock_flags_ (Results 1 – 4 of 4) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | mutex.h | 46 #undef mtx_trylock_flags_ 74 #define mtx_trylock_flags_(m, o, f, l) 1 macro
|
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 173 #define mtx_trylock_flags_(m, o, f, l) \ macro 457 mtx_trylock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
|
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 740 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock() 753 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
|
| H A D | vm_page.c | 5417 return (mtx_trylock_flags_(vm_page_lockptr(m), 0, file, line)); in vm_page_trylock_KBI()
|