Searched refs:sx_xunlock_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsx.h192 #define sx_xunlock_(sx, file, line) \ macro
199 #define sx_xunlock_(sx, file, line) \ macro
234 #define sx_xunlock(sx) sx_xunlock_((sx), LOCK_FILE, LOCK_LINE)
254 sx_xunlock_(sx, file, line); \
/freebsd-11-stable/sys/vm/
H A Dvm_map.c539 sx_xunlock_(&map->lock, file, line);
618 sx_xunlock_(&map->lock, file, line);
692 sx_xunlock_(&map->lock, file, line);

Completed in 167 milliseconds