Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h205 #define sx_slock_(sx, file, line) \ macro
216 #define sx_slock_(sx, file, line) \ macro
237 #define sx_slock(sx) sx_slock_((sx), LOCK_FILE, LOCK_LINE)
/freebsd/sys/vm/
H A Dvm_map.c683 sx_slock_(&map->lock, file, line); in _vm_map_lock_read()