/titanic_41/usr/src/uts/common/os/ |
H A D | sleepq.c | 180 t->t_wchan = NULL; in sleepq_unsleep() 226 if (tp->t_wchan == chan) { in sleepq_wakeone_chan() 230 tp->t_wchan = NULL; in sleepq_wakeone_chan() 257 if (tp->t_wchan == chan) { in sleepq_wakeall_chan() 261 tp->t_wchan = NULL; in sleepq_wakeall_chan()
|
H A D | semaphore.c | 77 ASSERT(curthread->t_wchan == NULL); \ 81 curthread->t_wchan = (caddr_t)s; \ 182 s = (sema_impl_t *)t->t_wchan; in sema_unsleep() 189 t->t_wchan = NULL; in sema_unsleep() 213 if ((sp = (ksema_t *)t->t_wchan) != NULL) { in sema_change_pri() 306 tp->t_wchan = NULL; in sema_p_sig() 354 tp->t_wchan = NULL; in sema_v()
|
H A D | turnstile.c | 452 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in turnstile_block() 460 t->t_wchan = sobj; in turnstile_block() 491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) { in turnstile_block() 504 if (t->t_wchan == (void *)mp) in turnstile_block() 571 kmutex_t *upi_lock = (kmutex_t *)t->t_wchan; in turnstile_block() 709 t->t_wchan = NULL; in turnstile_dequeue()
|
H A D | condvar.c | 70 condvar_impl_t *cvp = (condvar_impl_t *)t->t_wchan; in cv_unsleep() 92 condvar_impl_t *cvp = (condvar_impl_t *)t->t_wchan; in cv_change_pri() 149 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in cv_block() 154 t->t_wchan = (caddr_t)cvp; in cv_block()
|
H A D | sunpm.c | 2866 (mp = (kmutex_t *)owner->t_wchan) && in pm_blocked_by_us()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sobj.c | 209 if (thr.t_wchan == NULL) { in wchan_walk_step() 224 if (ww->ww_compare == (uintptr_t)thr.t_wchan) in wchan_walk_step() 238 if (ww->ww_seen[i] == thr.t_wchan) in wchan_walk_step() 250 ww->ww_seen[ww->ww_seen_ndx++] = thr.t_wchan; in wchan_walk_step() 252 ww->ww_seen[ww->ww_seen_size - 1] = thr.t_wchan; in wchan_walk_step() 256 return (wsp->walk_callback((uintptr_t)thr.t_wchan, in wchan_walk_step()
|
H A D | thread.c | 517 t.t_wchan, t.t_ts, t.t_prioinv, stbuf); in thread() 631 addr, t.t_procp, t.t_lwp, t.t_cid, t.t_pri, t.t_wchan); in threadlist()
|
H A D | gcore.c | 1024 psp->pr_wchan = (uintptr_t)t->t_wchan; in gcore_prgetlwpsinfo()
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_res.c | 304 if (ts == TS_SLEEP && t->t_wchan) in tnf_thread_switch() 307 tnf_opaque, reason, t->t_wchan, in tnf_thread_switch() 311 tnf_opaque, reason, t->t_wchan, in tnf_thread_switch()
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | shuttle.c | 54 ASSERT(t->t_wchan0 == (caddr_t)1 && t->t_wchan == NULL); in shuttle_unsleep()
|
H A D | thread.c | 739 t->t_wchan = NULL; in thread_free() 1282 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in setrun_locked()
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_quiesce.c | 316 (t)->t_wchan != NULL && \
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | thread.h | 132 #define t_wchan t_lwpchan.lc_wchan macro
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_quiesce.c | 494 (t)->t_wchan != NULL && \
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 517 (t)->t_wchan != NULL && \
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_quiesce.c | 518 (t)->t_wchan != NULL && \
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1434 tp->t_wchan = NULL; in lwp_release() 1465 tp->t_wchan = NULL; in lwp_release_all() 2298 tp->t_wchan = NULL; in lwp_rwlock_release()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 159 if (t->t_wchan == (caddr_t)&p->p_holdlwps && in prchoose() 2514 psp->pr_wchan = (uintptr_t)t->t_wchan; in prgetlwpsinfo()
|
H A D | prioctl.c | 3439 psp->pr_wchan = t->t_wchan; in oprgetpsinfo()
|