Searched refs:turnstile_wait (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | turnstile.h | 101 void turnstile_wait(struct turnstile *, struct thread *, int);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rwlock.c | 623 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 D | subr_epoch.c | 648 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 | 740 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait() function
|
| H A D | kern_mutex.c | 664 turnstile_wait(ts, owner, TS_EXCLUSIVE_QUEUE); in __mtx_lock_sleep()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 630 turnstile_wait(ts, NULL, TS_SHARED_QUEUE); in pmap_delayed_invl_wait_block()
|