Home
last modified time | relevance | path

Searched refs:sq_queue (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c97 ASSERT(&SQHASH(cvp)->sq_queue == sqp); in cv_change_pri()
175 sleepq_insert(&sqh->sq_queue, t); in cv_block()
617 t = sleepq_wakeone_chan(&sqh->sq_queue, cp); in cv_signal()
624 } else if (sleepq_wakeone_chan(&sqh->sq_queue, cp) == NULL) { in cv_signal()
642 sleepq_wakeall_chan(&sqh->sq_queue, cp); in cv_broadcast()
/illumos-gate/usr/src/uts/common/sys/
H A Dsleepq.h49 sleepq_t sq_queue; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c517 sleepq_insert(&sqh->sq_queue, t); in lwp_block()
1325 waiters = iswanted(sqh->sq_queue.sq_first, &lwpchan); in lwp_mutex_timedlock()
1402 for (tp = sqh->sq_queue.sq_first; tp != NULL; tp = tp->t_link) { in lwp_queue_waiter()
1420 tpp = &sqh->sq_queue.sq_first; in lwp_release()
1473 tpp = &sqh->sq_queue.sq_first; in lwp_release_all()
2264 tpp = &sqh->sq_queue.sq_first; in lwp_rwlock_release()
2838 ASSERT(&sqh->sq_queue == sqp); in lwp_unsleep()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c188 t = (uintptr_t)sq->sq_queue.sq_first; in wchan_walk_step()