Searched refs:td_wmesg (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/sys/fs/procfs/ |
| D | procfs_status.c | 118 KASSERT(tdfirst->td_wmesg != NULL, in procfs_doprocstatus() 120 wmesg = tdfirst->td_wmesg; in procfs_doprocstatus()
|
| /freebsd-10-stable/tools/debugscripts/ |
| D | gdbinit.kernel | 217 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/ |
| D | db_ps.c | 297 wmesg = td->td_wmesg; in dumpthread() 408 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
|
| /freebsd-10-stable/sys/kern/ |
| D | tty_info.c | 278 state = td->td_wmesg; in tty_info()
|
| D | subr_sleepqueue.c | 346 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()
|
| D | kern_sx.c | 1286 sx->lock_object.lo_name != td->td_wmesg) in sx_chain() 1290 db_printf("blocked on sx \"%s\" ", td->td_wmesg); in sx_chain()
|
| D | kern_clock.c | 276 td->td_wmesg)) { in deadlkres()
|
| D | subr_turnstile.c | 1219 td->td_wchan, td->td_wmesg); in DB_SHOW_ALIAS()
|
| D | sched_4bsd.c | 1017 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
| D | kern_proc.c | 967 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()
|
| D | sched_ule.c | 1916 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
| /freebsd-10-stable/lib/libkvm/ |
| D | kvm_proc.c | 334 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/ |
| D | proc.h | 233 const char *td_wmesg; /* (t) Reason for sleep. */ member
|