Home
last modified time | relevance | path

Searched refs:sq_first (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dsqueue.c165 (sqp)->sq_first = (mp); \
377 (sqp->sq_first != NULL)) { in squeue_worker_wakeup()
447 (process_flag == SQ_NODRAIN && sqp->sq_first == NULL))) { in squeue_enter()
453 if (sqp->sq_first == NULL && cnt == 1) { in squeue_enter()
498 if (sqp->sq_first == NULL || in squeue_enter()
500 if (sqp->sq_first != NULL) { in squeue_enter()
556 ASSERT(sqp->sq_first != NULL); in squeue_enter()
588 (process_flag != SQ_FILL) && (sqp->sq_first == NULL) && in squeue_enter()
744 head = sqp->sq_first; in squeue_drain()
745 sqp->sq_first = NULL; in squeue_drain()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dsleepq.c143 tpp = &spq->sq_first; in sleepq_insert()
211 ptl = &t->t_sleepq->sq_first; in sleepq_dequeue()
224 tpp = &spq->sq_first; in sleepq_wakeone_chan()
255 tpp = &spq->sq_first; in sleepq_wakeall_chan()
H A Drwlock.c389 kthread_t *next_writer = ts->ts_sleepq[TS_WRITER_Q].sq_first; in rw_readers_to_wake()
390 kthread_t *next_reader = ts->ts_sleepq[TS_READER_Q].sq_first; in rw_readers_to_wake()
483 next_writer = ts->ts_sleepq[TS_WRITER_Q].sq_first; in rw_exit_wakeup()
H A Dturnstile.c732 kthread_t *t = sqp->sq_first; in turnstile_wakeup()
743 kthread_t *wp = ts->ts_sleepq[TS_WRITER_Q].sq_first; in turnstile_wakeup()
744 kthread_t *rp = ts->ts_sleepq[TS_READER_Q].sq_first; in turnstile_wakeup()
/titanic_41/usr/src/uts/common/sys/
H A Dsleepq.h42 struct _kthread *sq_first; member
H A Dsqueue_impl.h96 mblk_t *sq_first; /* first mblk chain or NULL */ member
/titanic_41/usr/src/uts/common/syscall/
H A Dlwp_sobj.c673 newowner = ts->ts_sleepq[TS_WRITER_Q].sq_first; in upimutex_unlock()
1310 waiters = iswanted(sqh->sq_queue.sq_first, &lwpchan); in lwp_mutex_timedlock()
1387 for (tp = sqh->sq_queue.sq_first; tp != NULL; tp = tp->t_link) { in lwp_queue_waiter()
1405 tpp = &sqh->sq_queue.sq_first; in lwp_release()
1458 tpp = &sqh->sq_queue.sq_first; in lwp_release_all()
2249 tpp = &sqh->sq_queue.sq_first; in lwp_rwlock_release()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c188 t = (uintptr_t)sq->sq_queue.sq_first; in wchan_walk_step()
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c161 ASSERT(ts->ts_sleepq[0].sq_first == NULL); in turnstile_destructor()
162 ASSERT(ts->ts_sleepq[1].sq_first == NULL); in turnstile_destructor()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h151 mblk_t *sq_first; /* first mblk chain or NULL */ member
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1747 squeue.sq_first, squeue.sq_last, squeue.sq_worker); in squeue()