Home
last modified time | relevance | path

Searched refs:turnstile_wait (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dturnstile.h99 void turnstile_wait(struct turnstile *, struct thread *, int);
/freebsd/sys/kern/
H A Dkern_rwlock.c636 turnstile_wait(ts, owner, TS_SHARED_QUEUE); in __rw_rlock_hard()
1169 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __rw_wlock_hard()
H A Dsubr_epoch.c671 turnstile_wait(ts, owner, in epoch_block_handler_preempt()
H A Dkern_rmlock.c573 turnstile_wait(ts, prio->rmp_thread, in _rm_wlock()
H A Dsubr_turnstile.c739 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait() function
H A Dkern_mutex.c688 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __mtx_lock_sleep()
/freebsd/sys/amd64/amd64/
H A Dpmap.c670 turnstile_wait(ts, NULL, TS_SHARED_QUEUE); in pmap_delayed_invl_wait_block()