Searched refs:turnstile_lookup (Results 1 – 6 of 6) sorted by relevance
99 struct turnstile *turnstile_lookup(struct lock_object *);
827 ts = turnstile_lookup(&rw->lock_object); in __rw_runlock_hard()1197 ts = turnstile_lookup(&rw->lock_object); in __rw_wunlock_hard()1335 ts = turnstile_lookup(&rw->lock_object); in __rw_downgrade_int()
496 ts = turnstile_lookup(&rm->lock_object); in _rm_unlock_hard()
1020 ts = turnstile_lookup(&m->lock_object); in __mtx_unlock_sleep()
589 turnstile_lookup(struct lock_object *lock) in turnstile_lookup() function
515 ts = turnstile_lookup(&invl_gen_ts); in pmap_delayed_invl_finished()