Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dturnstile.h90 void turnstile_chain_lock(struct lock_object *);
/f-stack/freebsd/kern/
H A Dkern_rwlock.c784 turnstile_chain_lock(&rw->lock_object); in __rw_runlock_hard()
1234 turnstile_chain_lock(&rw->lock_object); in __rw_wunlock_hard()
1394 turnstile_chain_lock(&rw->lock_object); in __rw_downgrade_int()
H A Dkern_rmlock.c496 turnstile_chain_lock(&rm->lock_object); in _rm_unlock_hard()
H A Dsubr_turnstile.c561 turnstile_chain_lock(struct lock_object *lock) in turnstile_chain_lock() function
H A Dkern_mutex.c1046 turnstile_chain_lock(&m->lock_object); in __mtx_unlock_sleep()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c640 turnstile_chain_lock(&invl_gen_ts); in pmap_delayed_invl_finish_unblock()