Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h211 #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 Dvm_map.c729 sx_sunlock_(&map->lock, file, line); in _vm_map_unlock_read()
778 sx_sunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()