Searched refs:sleepq_wait (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_synch.c | 221 sleepq_wait(ident, pri); in _sleep() 292 sleepq_wait(ident, 0); in msleep_spin_sbt() 444 sleepq_wait(wchan, prio); in _blockcount_sleep()
|
H A D | kern_condvar.c | 153 sleepq_wait(cvp, 0); in _cv_wait() 212 sleepq_wait(cvp, 0); in _cv_wait_unlock()
|
H A D | kern_rangelock.c | 96 sleepq_wait(&lock->head, PRI_USER); in rangelock_cheat_drain() 460 sleepq_wait(&lock->sleepers, PRI_USER); in rl_insert_sleep()
|
H A D | kern_sx.c | 858 sleepq_wait(&sx->lock_object, 0); in _sx_xlock_hard() 1214 sleepq_wait(&sx->lock_object, 0); in _sx_slock_hard()
|
H A D | kern_lock.c | 302 sleepq_wait(&lk->lock_object, pri); in sleeplk() 1565 sleepq_wait(&lk->lock_object, ipri & PRIMASK); in __lockmgr_args()
|
H A D | subr_sleepqueue.c | 652 sleepq_wait(const void *wchan, int pri) in sleepq_wait() function
|
H A D | kern_timeout.c | 1222 sleepq_wait( in _callout_stop_safe()
|
H A D | vfs_vnops.c | 790 sleepq_wait(&fp->f_vnread_flags, PUSER -1); in foffset_lock()
|
/freebsd/sys/sys/ |
H A D | sleepqueue.h | 38 * add themself onto a sleep queue and call one of the sleepq_wait() 112 void sleepq_wait(const void *wchan, int pri);
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 64 sleepq_wait(wchan, 0); in linux_add_to_sleepqueue()
|
H A D | linux_compat.c | 2175 sleepq_wait(c, 0); in linux_wait_for_common()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2113 sleepqueue.9 sleepq_wait.9 \
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 1153 sleepq_wait(m, PVM); in _vm_page_busy_sleep()
|
H A D | uma_core.c | 4225 sleepq_wait(&zone->uz_max_items, PVM); in zone_alloc_limit_hard()
|