Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDsx.h194 #define sx_xunlock_(sx, file, line) \ macro
201 #define sx_xunlock_(sx, file, line) \ macro
236 #define sx_xunlock(sx) sx_xunlock_((sx), LOCK_FILE, LOCK_LINE)
256 sx_xunlock_(sx, file, line); \
/freebsd-13-stable/sys/vm/
HDvm_map.c674 sx_xunlock_(&map->lock, file, line); in _vm_map_unlock()
755 sx_xunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()
819 sx_xunlock_(&map->lock, file, line); in _vm_map_unlock_and_wait()