Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDsx.h221 #define sx_sunlock_(sx, file, line) \ macro
234 #define sx_sunlock_(sx, file, line) \ macro
253 #define sx_sunlock(sx) sx_sunlock_((sx), LOCK_FILE, LOCK_LINE)
272 sx_sunlock_(sx, file, line); \
/trueos/sys/vm/
HDvm_map.c521 sx_sunlock_(&map->lock, file, line); in _vm_map_unlock_read()
570 sx_sunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()