Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drwlock.h142 void _rw_runlock_cookie(volatile uintptr_t *c, const char *file, int line);
181 _rw_runlock_cookie(&(rw)->rw_lock, f, l)
/f-stack/freebsd/kern/
H A Dkern_rwlock.c865 _rw_runlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_runlock_cookie() function