Home
last modified time | relevance | path

Searched refs:sleepq_timedwait (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dsleepqueue.h46 * should then use one of the sleepq_timedwait() functions to block.
109 int sleepq_timedwait(const void *wchan, int pri);
/freebsd/sys/kern/
H A Dkern_synch.c217 rval = sleepq_timedwait(ident, pri); in _sleep()
290 rval = sleepq_timedwait(ident, 0); in msleep_spin_sbt()
H A Dkern_condvar.c343 rval = sleepq_timedwait(cvp, 0); in _cv_timedwait_sbt()
H A Dsubr_sleepqueue.c682 sleepq_timedwait(const void *wchan, int pri) in sleepq_timedwait() function
H A Dkern_lock.c298 error = sleepq_timedwait(&lk->lock_object, pri); in sleeplk()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c67 ret = -sleepq_timedwait(wchan, 0); in linux_add_to_sleepqueue()
H A Dlinux_compat.c2218 error = -sleepq_timedwait(c, 0); in linux_wait_for_timeout_common()
/freebsd/share/man/man9/
H A DMakefile2110 sleepqueue.9 sleepq_timedwait.9 \