Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_rwlock.c159 #define __rw_assert(c, what, file, line) macro
380 __rw_assert(c, RA_WLOCKED, file, line); in _rw_wunlock_cookie()
867 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in _rw_runlock_cookie_int()
1316 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line); in __rw_try_upgrade_int()
1399 __rw_assert(&rw->rw_lock, RA_WLOCKED | RA_NOTRECURSED, file, line); in __rw_downgrade_int()
1462 #undef __rw_assert
1471 __rw_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __rw_assert() function
/freebsd/sys/sys/
H A Drwlock.h152 void __rw_assert(const volatile uintptr_t *c, int what, const char *file,
209 __rw_assert(&(rw)->rw_lock, w, f, l)