Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dturnstile.h90 void turnstile_chain_lock(struct lock_object *);
/freebsd-12-stable/sys/kern/
Dkern_rwlock.c777 turnstile_chain_lock(&rw->lock_object); in __rw_runlock_hard()
1226 turnstile_chain_lock(&rw->lock_object); in __rw_wunlock_hard()
1386 turnstile_chain_lock(&rw->lock_object); in __rw_downgrade_int()
Dkern_rmlock.c497 turnstile_chain_lock(&rm->lock_object); in _rm_unlock_hard()
Dsubr_turnstile.c538 turnstile_chain_lock(struct lock_object *lock) in turnstile_chain_lock() function
Dkern_mutex.c1035 turnstile_chain_lock(&m->lock_object); in __mtx_unlock_sleep()
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c568 turnstile_chain_lock(&invl_gen_ts); in pmap_delayed_invl_finish_unblock()