Home
last modified time | relevance | path

Searched refs:mtx_trylock_flags_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dmutex.h172 #define mtx_trylock_flags_(m, o, f, l) \ macro
460 mtx_trylock_flags_((m), (opts), LOCK_FILE, LOCK_LINE)
/freebsd/sys/vm/
H A Dvm_map.c706 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock()
719 !mtx_trylock_flags_(&map->system_mtx, 0, file, line) : in _vm_map_trylock_read()
H A Dvm_page.c5579 return (mtx_trylock_flags_(vm_page_lockptr(m), 0, file, line)); in vm_page_trylock_KBI()