Searched refs:mtx_trylock_flags_ (Results 1 – 3 of 3) sorted by relevance
/freebsd/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/sys/vm/ |
H A D | vm_map.c | 704 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock() 717 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
|
H A D | vm_page.c | 5841 return (mtx_trylock_flags_(vm_page_lockptr(m), 0, file, line)); in vm_page_trylock_KBI()
|