Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dturnstile.h91 void turnstile_chain_unlock(struct lock_object *);
/f-stack/freebsd/kern/
H A Dkern_rwlock.c835 turnstile_chain_unlock(&rw->lock_object); in __rw_runlock_hard()
1270 turnstile_chain_unlock(&rw->lock_object); in __rw_wunlock_hard()
1418 turnstile_chain_unlock(&rw->lock_object); in __rw_downgrade_int()
H A Dkern_rmlock.c503 turnstile_chain_unlock(&rm->lock_object); in _rm_unlock_hard()
H A Dsubr_turnstile.c674 turnstile_chain_unlock(struct lock_object *lock) in turnstile_chain_unlock() function
H A Dkern_mutex.c1059 turnstile_chain_unlock(&m->lock_object); in __mtx_unlock_sleep()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c648 turnstile_chain_unlock(&invl_gen_ts); in pmap_delayed_invl_finish_unblock()