Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h209 #define sx_sunlock_(sx, file, line) \ macro
220 #define sx_sunlock_(sx, file, line) \ macro
239 #define sx_sunlock(sx) sx_sunlock_((sx), LOCK_FILE, LOCK_LINE)
258 sx_sunlock_(sx, file, line); \
/freebsd/sys/vm/
H A Dvm_map.c695 sx_sunlock_(&map->lock, file, line); in _vm_map_unlock_read()
744 sx_sunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()