Searched refs:__rw_assert (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_rwlock.c150 #define __rw_assert(c, what, file, line) macro
359 __rw_assert(c, RA_WLOCKED, file, line);
847 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line);
1221 __rw_assert(&rw->rw_lock, RA_RLOCKED, file, line);
1304 __rw_assert(&rw->rw_lock, RA_WLOCKED | RA_NOTRECURSED, file, line);
1367 #undef __rw_assert macro
1376 __rw_assert(const volatile uintptr_t *c, int what, const char *file, int line) function
/freebsd-11-stable/sys/sys/
H A Drwlock.h150 void __rw_assert(const volatile uintptr_t *c, int what, const char *file,
207 __rw_assert(&(rw)->rw_lock, w, f, l)

Completed in 99 milliseconds