Home
last modified time | relevance | path

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

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