Searched refs:turnstile_wait (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | turnstile.h | 99 void turnstile_wait(struct turnstile *, struct thread *, int);
|
/freebsd/sys/kern/ |
H A D | kern_rwlock.c | 636 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 D | subr_epoch.c | 671 turnstile_wait(ts, owner, in epoch_block_handler_preempt()
|
H A D | kern_rmlock.c | 573 turnstile_wait(ts, prio->rmp_thread, in _rm_wlock()
|
H A D | subr_turnstile.c | 739 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait() function
|
H A D | kern_mutex.c | 688 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __mtx_lock_sleep()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 670 turnstile_wait(ts, NULL, TS_SHARED_QUEUE); in pmap_delayed_invl_wait_block()
|