Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drwlock.h116 #define __rw_wunlock(rw, tid, file, line) do { \ macro
226 __rw_wunlock((rw), curthread, LOCK_FILE, LOCK_LINE)
/f-stack/freebsd/kern/
H A Dkern_rwlock.c376 __rw_wunlock(rw, curthread, file, line); in _rw_wunlock_cookie()