Home
last modified time | relevance | path

Searched refs:sx_xunlock_ (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsx.h196 #define sx_xunlock_(sx, file, line) \ macro
203 #define sx_xunlock_(sx, file, line) \ macro
238 #define sx_xunlock(sx) sx_xunlock_((sx), LOCK_FILE, LOCK_LINE)
258 sx_xunlock_(sx, file, line); \
/f-stack/freebsd/vm/
H A Dvm_map.c705 sx_xunlock_(&map->lock, file, line); in _vm_map_unlock()
786 sx_xunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()
850 sx_xunlock_(&map->lock, file, line); in _vm_map_unlock_and_wait()