Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDturnstile.h93 void turnstile_chain_lock(struct lock_object *);
/NextBSD/sys/kern/
HDkern_rwlock.c650 turnstile_chain_lock(&rw->lock_object); in _rw_runlock_cookie()
942 turnstile_chain_lock(&rw->lock_object); in __rw_wunlock_hard()
1096 turnstile_chain_lock(&rw->lock_object); in __rw_downgrade()
HDkern_rmlock.c496 turnstile_chain_lock(&rm->lock_object); in _rm_unlock_hard()
HDkern_mutex.c783 turnstile_chain_lock(&m->lock_object); in __mtx_unlock_sleep()
HDsubr_turnstile.c536 turnstile_chain_lock(struct lock_object *lock) in turnstile_chain_lock() function