Searched refs:sx_xunlock_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | sx.h | 194 #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/ |
| HD | vm_map.c | 674 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()
|