Lines Matching defs:thr
173 kthread_t thr;
204 if (mdb_vread(&thr, sizeof (thr), t) != sizeof (thr)) {
209 if (thr.t_wchan == NULL) {
217 ww->ww_thr = (uintptr_t)thr.t_link;
224 if (ww->ww_compare == (uintptr_t)thr.t_wchan)
225 return (wsp->walk_callback(t, &thr, wsp->walk_cbdata));
238 if (ww->ww_seen[i] == thr.t_wchan)
250 ww->ww_seen[ww->ww_seen_ndx++] = thr.t_wchan;
252 ww->ww_seen[ww->ww_seen_size - 1] = thr.t_wchan;
256 return (wsp->walk_callback((uintptr_t)thr.t_wchan,