Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h207 #define sx_slock_(sx, file, line) \ macro
218 #define sx_slock_(sx, file, line) \ macro
239 #define sx_slock(sx) sx_slock_((sx), LOCK_FILE, LOCK_LINE)
/f-stack/freebsd/vm/
H A Dvm_map.c717 sx_slock_(&map->lock, file, line); in _vm_map_lock_read()