MCPcopy Create free account
hub / github.com/F-Stack/f-stack / turnstile_chain_lock

Function turnstile_chain_lock

freebsd/kern/subr_turnstile.c:560–567  ·  view source on GitHub ↗

* Lock the turnstile chain associated with the specified lock. */

Source from the content-addressed store, hash-verified

558 * Lock the turnstile chain associated with the specified lock.
559 */
560void
561turnstile_chain_lock(struct lock_object *lock)
562{
563 struct turnstile_chain *tc;
564
565 tc = TC_LOOKUP(lock);
566 mtx_lock_spin(&tc->tc_lock);
567}
568
569struct turnstile *
570turnstile_trywait(struct lock_object *lock)

Callers 6

_rm_unlock_hardFunction · 0.85
__rw_runlock_hardFunction · 0.85
__rw_wunlock_hardFunction · 0.85
__rw_downgrade_intFunction · 0.85
__mtx_unlock_sleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected