Searched refs:turnstile_lookup (Results 1 – 5 of 5) sorted by relevance
100 struct turnstile *turnstile_lookup(struct lock_object *);
694 ts = turnstile_lookup(&rw->lock_object); in _rw_runlock_cookie()936 ts = turnstile_lookup(&rw->lock_object); in __rw_wunlock_hard()1099 ts = turnstile_lookup(&rw->lock_object); in __rw_downgrade()
492 ts = turnstile_lookup(&rm->lock_object); in _rm_unlock_hard()
768 ts = turnstile_lookup(&m->lock_object); in __mtx_unlock_sleep()
590 turnstile_lookup(struct lock_object *lock) in turnstile_lookup() function