Home
last modified time | relevance | path

Searched refs:td_wmesg (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/sys/fs/procfs/
Dprocfs_status.c118 KASSERT(tdfirst->td_wmesg != NULL, in procfs_doprocstatus()
120 wmesg = tdfirst->td_wmesg; in procfs_doprocstatus()
/freebsd-10-stable/tools/debugscripts/
Dgdbinit.kernel217 if ($thread.td_wmesg)
218 printf "%s ", $thread.td_wmesg
259 if ($thread.td_wmesg)
260 printf "%s ", $thread.td_wmesg
/freebsd-10-stable/sys/ddb/
Ddb_ps.c297 wmesg = td->td_wmesg; in dumpthread()
408 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
/freebsd-10-stable/sys/kern/
Dtty_info.c278 state = td->td_wmesg; in tty_info()
Dsubr_sleepqueue.c346 td->td_wmesg = wmesg; in sleepq_add()
546 sleepq_profile(td->td_wmesg); in sleepq_switch()
756 td->td_wmesg = NULL; in sleepq_resume_thread()
Dkern_sx.c1286 sx->lock_object.lo_name != td->td_wmesg) in sx_chain()
1290 db_printf("blocked on sx \"%s\" ", td->td_wmesg); in sx_chain()
Dkern_clock.c276 td->td_wmesg)) { in deadlkres()
Dsubr_turnstile.c1219 td->td_wchan, td->td_wmesg); in DB_SHOW_ALIAS()
Dsched_4bsd.c1017 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
Dkern_proc.c967 if (td->td_wmesg != NULL) in fill_kinfo_thread()
968 strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg)); in fill_kinfo_thread()
Dsched_ule.c1916 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
/freebsd-10-stable/lib/libkvm/
Dkvm_proc.c334 if ((proc.p_state != PRS_ZOMBIE) && mtd.td_wmesg) in kvm_proclist()
335 (void)kvm_read(kd, (u_long)mtd.td_wmesg, in kvm_proclist()
/freebsd-10-stable/sys/sys/
Dproc.h233 const char *td_wmesg; /* (t) Reason for sleep. */ member