Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDturnstile.h99 struct turnstile *turnstile_lookup(struct lock_object *);
/freebsd-11-stable/sys/kern/
HDkern_rwlock.c827 ts = turnstile_lookup(&rw->lock_object); in __rw_runlock_hard()
1197 ts = turnstile_lookup(&rw->lock_object); in __rw_wunlock_hard()
1335 ts = turnstile_lookup(&rw->lock_object); in __rw_downgrade_int()
HDkern_rmlock.c496 ts = turnstile_lookup(&rm->lock_object); in _rm_unlock_hard()
HDkern_mutex.c1020 ts = turnstile_lookup(&m->lock_object); in __mtx_unlock_sleep()
HDsubr_turnstile.c589 turnstile_lookup(struct lock_object *lock) in turnstile_lookup() function
/freebsd-11-stable/sys/amd64/amd64/
HDpmap.c515 ts = turnstile_lookup(&invl_gen_ts); in pmap_delayed_invl_finished()