Searched refs:sleepq_broadcast (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sleepqueue.h | 94 int sleepq_broadcast(const void *wchan, int flags, int pri, int queue);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lock.c | 361 sleepq_broadcast(&lk->lock_object, in wakeupshlk() 390 wakeup_swapper |= sleepq_broadcast(&lk->lock_object, SLEEPQ_LK, in wakeupshlk() 1185 wakeup_swapper = sleepq_broadcast(&lk->lock_object, in lockmgr_xunlock_hard() 1204 wakeup_swapper |= sleepq_broadcast(&lk->lock_object, SLEEPQ_LK, 0, queue); in lockmgr_xunlock_hard() 1517 sleepq_broadcast( in __lockmgr_args() 1533 wakeup_swapper |= sleepq_broadcast( in __lockmgr_args()
|
| H A D | kern_condvar.c | 443 wakeup_swapper = sleepq_broadcast(cvp, SLEEPQ_CONDVAR, pri, 0); in cv_broadcastpri()
|
| H A D | kern_sx.c | 527 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, in sx_downgrade_int() 973 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, 0, in _sx_xunlock_hard() 1352 wakeup_swapper = sleepq_broadcast(&sx->lock_object, SLEEPQ_SX, in _sx_sunlock_hard()
|
| H A D | kern_synch.c | 349 wakeup_swapper = sleepq_broadcast(ident, SLEEPQ_SLEEP, 0, 0); in wakeup()
|
| H A D | subr_sleepqueue.c | 959 sleepq_broadcast(const void *wchan, int flags, int pri, int queue) in sleepq_broadcast() function
|
| H A D | vfs_vnops.c | 777 sleepq_broadcast(&fp->f_vnread_flags, SLEEPQ_SLEEP, 0, 0); in foffset_unlock()
|