Searched refs:_rm_assert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_rmlock.c | 73 #define _rm_assert(c, what, file, line) macro 606 _rm_assert(rm, RA_UNLOCKED, file, line); in _rm_wlock_debug() 630 _rm_assert(rm, RA_WLOCKED, file, line); in _rm_wunlock_debug() 696 _rm_assert(rm, RA_RLOCKED, file, line); in _rm_runlock_debug() 743 #undef _rm_assert 752 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) in _rm_assert() function
|
| /freebsd-10-stable/sys/sys/ |
| D | rmlock.h | 70 void _rm_assert(const struct rmlock *rm, int what, const char *file, 144 #define rm_assert(rm, what) _rm_assert((rm), (what), LOCK_FILE, LOCK_LINE)
|