Searched refs:sx_sunlock_ (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/sys/ |
| HD | sx.h | 221 #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/ |
| HD | vm_map.c | 521 sx_sunlock_(&map->lock, file, line); in _vm_map_unlock_read() 570 sx_sunlock_(&map->lock, file, line); in _vm_map_lock_upgrade()
|