Searched refs:_sx_assert (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_sx.c | 142 #define _sx_assert(sx, what, file, line) macro 408 _sx_assert(sx, SA_XLOCKED, file, line); in _sx_xunlock() 437 _sx_assert(sx, SA_SLOCKED, file, line); in sx_try_upgrade_int() 487 _sx_assert(sx, SA_XLOCKED | SA_NOTRECURSED, file, line); in sx_downgrade_int() 1372 _sx_assert(sx, SA_SLOCKED, file, line); in _sx_sunlock_int() 1396 #undef _sx_assert 1405 _sx_assert(const struct sx *sx, int what, const char *file, int line) in _sx_assert() function
|
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 125 void _sx_assert(const struct sx *sx, int what, const char *file, int line); 231 _sx_assert((sx), (what), (file), (line))
|