Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h230 #define sx_assert_(sx, what, file, line) \ macro
233 #define sx_assert_(sx, what, file, line) (void)0 macro
242 #define sx_assert(sx, what) sx_assert_((sx), (what), __FILE__, __LINE__)
/f-stack/freebsd/vm/
H A Dvm_map.c656 sx_assert_(&map->lock, SA_XLOCKED, file, line); in _vm_map_assert_locked()