Searched refs:__rw_assert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/kern/ |
| HD | kern_rwlock.c | 157 #define __rw_assert(c, what, file, line) macro 366 __rw_assert(c, RA_WLOCKED, file, line); in _rw_wunlock_cookie() 846 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in _rw_runlock_cookie_int() 1288 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in __rw_try_upgrade_int() 1371 __rw_assert(&rw->rw_lock, RA_WLOCKED | RA_NOTRECURSED, file, line); in __rw_downgrade_int() 1434 #undef __rw_assert 1443 __rw_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __rw_assert() function
|
| /freebsd-13-stable/sys/sys/ |
| HD | rwlock.h | 150 void __rw_assert(const volatile uintptr_t *c, int what, const char *file, 207 __rw_assert(&(rw)->rw_lock, w, f, l)
|