Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDturnstile.h100 struct turnstile *turnstile_lookup(struct lock_object *);
/trueos/sys/kern/
HDkern_rwlock.c694 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()
HDkern_rmlock.c492 ts = turnstile_lookup(&rm->lock_object); in _rm_unlock_hard()
HDkern_mutex.c768 ts = turnstile_lookup(&m->lock_object); in __mtx_unlock_sleep()
HDsubr_turnstile.c590 turnstile_lookup(struct lock_object *lock) in turnstile_lookup() function