Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_rmlock.c72 #define _rm_assert(c, what, file, line) macro
602 _rm_assert(rm, RA_UNLOCKED, file, line); in _rm_wlock_debug()
623 _rm_assert(rm, RA_WLOCKED, file, line); in _rm_wunlock_debug()
687 _rm_assert(rm, RA_RLOCKED, file, line); in _rm_runlock_debug()
734 #undef _rm_assert
743 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) in _rm_assert() function
/freebsd-11-stable/sys/sys/
HDrmlock.h69 void _rm_assert(const struct rmlock *rm, int what, const char *file,
129 #define rm_assert(rm, what) _rm_assert((rm), (what), LOCK_FILE, LOCK_LINE)