Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dturnstile.h101 void turnstile_wait(struct turnstile *, struct thread *, int);
/f-stack/freebsd/kern/
H A Dkern_rwlock.c623 turnstile_wait(ts, owner, TS_SHARED_QUEUE); in __rw_rlock_hard()
1153 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __rw_wlock_hard()
H A Dsubr_epoch.c648 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.c740 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait() function
H A Dkern_mutex.c664 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __mtx_lock_sleep()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c630 turnstile_wait(ts, NULL, TS_SHARED_QUEUE); in pmap_delayed_invl_wait_block()