Home
last modified time | relevance | path

Searched refs:turnstile_lookup (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dturnstile.h95 struct turnstile *turnstile_lookup(struct lock_object *);
/freebsd/sys/kern/
H A Dkern_rwlock.c843 ts = turnstile_lookup(&rw->lock_object); in __rw_runlock_hard()
1283 ts = turnstile_lookup(&rw->lock_object); in __rw_wunlock_hard()
1422 ts = turnstile_lookup(&rw->lock_object); in __rw_downgrade_int()
H A Dkern_rmlock.c495 ts = turnstile_lookup(&rm->lock_object); in _rm_unlock_hard()
H A Dsubr_turnstile.c654 turnstile_lookup(struct lock_object *lock) in turnstile_lookup() function
H A Dkern_mutex.c1075 ts = turnstile_lookup(&m->lock_object); in __mtx_unlock_sleep()
/freebsd/sys/amd64/amd64/
H A Dpmap.c681 ts = turnstile_lookup(&invl_gen_ts); in pmap_delayed_invl_finish_unblock()