Lines Matching defs:thr
2941 cpuinfo_walk_ithread(uintptr_t addr, const kthread_t *thr, cpuinfo_data_t *cid)
2947 if (!(thr->t_flag & T_INTR_THREAD) || thr->t_state == TS_FREE)
2950 if (thr->t_bound_cpu == NULL) {
2951 mdb_warn("thr %p is intr thread w/out a CPU\n", addr);
2955 (void) mdb_vread(&c, sizeof (c), (uintptr_t)thr->t_bound_cpu);
2959 thr->t_bound_cpu, id, NCPU);
2963 if ((pil = thr->t_pil) >= NINTR) {
3559 didmatch(uintptr_t addr, const kthread_t *thr, kt_did_t *didp)
3562 if (*didp == thr->t_did) {
3952 { "ps", "[-fltzTP]", "list processes (and associated thr,lwp)", ps },