Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_rmlock.c74 #define _rm_assert(c, what, file, line) macro
600 _rm_assert(rm, RA_UNLOCKED, file, line); in _rm_wlock_debug()
621 _rm_assert(rm, RA_WLOCKED, file, line); in _rm_wunlock_debug()
685 _rm_assert(rm, RA_RLOCKED, file, line); in _rm_runlock_debug()
732 #undef _rm_assert
741 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) in _rm_assert() function
/freebsd-12.1/sys/sys/
H A Drmlock.h71 void _rm_assert(const struct rmlock *rm, int what, const char *file,
131 #define rm_assert(rm, what) _rm_assert((rm), (what), LOCK_FILE, LOCK_LINE)