Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Drwlock.h133 void _rw_runlock(struct rwlock *rw, const char *file, int line);
161 #define rw_runlock(rw) _rw_runlock((rw), LOCK_FILE, LOCK_LINE)
/freebsd-9-stable/sys/kern/
Dkern_rwlock.c563 _rw_runlock(struct rwlock *rw, const char *file, int line) in _rw_runlock() function