Searched refs:sx_assert_ (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 230 #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 D | vm_map.c | 656 sx_assert_(&map->lock, SA_XLOCKED, file, line); in _vm_map_assert_locked()
|