Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drmlock.h70 void _rm_assert(const struct rmlock *rm, int what, const char *file,
130 #define rm_assert(rm, what) _rm_assert((rm), (what), LOCK_FILE, LOCK_LINE)
/freebsd/sys/kern/
H A Dkern_rmlock.c73 #define _rm_assert(c, what, file, line) macro
605 _rm_assert(rm, RA_UNLOCKED, file, line); in _rm_wlock_debug()
626 _rm_assert(rm, RA_WLOCKED, file, line); in _rm_wunlock_debug()
690 _rm_assert(rm, RA_RLOCKED, file, line); in _rm_runlock_debug()
737 #undef _rm_assert
746 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) in _rm_assert() function