Searched refs:mtx_trylock_flags_ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | mutex.h | 172 #define mtx_trylock_flags_(m, o, f, l) \ macro 460 mtx_trylock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_map.c | 709 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock() 722 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
|
| H A D | vm_page.c | 5555 return (mtx_trylock_flags_(vm_page_lockptr(m), 0, file, line)); in vm_page_trylock_KBI()
|