Searched refs:sx_sunlock_ (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 211 #define sx_sunlock_(sx, file, line) \ macro 222 #define sx_sunlock_(sx, file, line) \ macro 241 #define sx_sunlock(sx) sx_sunlock_((sx), LOCK_FILE, LOCK_LINE) 260 sx_sunlock_(sx, file, line); \
|
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 729 sx_sunlock_(&map->lock, file, line); in _vm_map_unlock_read() 778 sx_sunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()
|