Searched refs:__rw_assert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_rwlock.c | 153 #define __rw_assert(c, what, file, line) macro 362 __rw_assert(c, RA_WLOCKED, file, line); in _rw_wunlock_cookie() 842 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in _rw_runlock_cookie_int() 1283 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in __rw_try_upgrade_int() 1366 __rw_assert(&rw->rw_lock, RA_WLOCKED | RA_NOTRECURSED, file, line); in __rw_downgrade_int() 1429 #undef __rw_assert 1438 __rw_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __rw_assert() function
|
| /freebsd-12.1/sys/sys/ |
| H A D | rwlock.h | 153 void __rw_assert(const volatile uintptr_t *c, int what, const char *file, 210 __rw_assert(&(rw)->rw_lock, w, f, l)
|