Searched refs:_rw_runlock (Results 1 – 2 of 2) sorted by relevance
133 void _rw_runlock(struct rwlock *rw, const char *file, int line);161 #define rw_runlock(rw) _rw_runlock((rw), LOCK_FILE, LOCK_LINE)
563 _rw_runlock(struct rwlock *rw, const char *file, int line) in _rw_runlock() function