Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drwlock.h136 void _rw_wunlock_cookie(volatile uintptr_t *c, const char *file, int line);
174 _rw_wunlock_cookie(&(rw)->rw_lock, f, l)
/freebsd/sys/kern/
H A Dkern_rwlock.c358 _rw_wunlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_wunlock_cookie() function