Searched refs:sx_xunlock_ (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 196 #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 D | vm_map.c | 705 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()
|