Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drwlock.h112 _rw_wlock_hard((rw), _v, (file), (line)); \
189 #define _rw_wlock_hard(rw, v, f, l) \ macro
198 #define _rw_wlock_hard(rw, v, f, l) \ macro
/f-stack/freebsd/kern/
H A Dkern_rwlock.c292 _rw_wlock_hard(rw, v, file, line); in _rw_wlock_cookie()