Home
last modified time | relevance | path

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

/freebsd/sys/fs/procfs/
H A Dprocfs_status.c118 KASSERT(tdfirst->td_wmesg != NULL, in procfs_doprocstatus()
120 wmesg = tdfirst->td_wmesg; in procfs_doprocstatus()
/freebsd/tools/sched/
H A Dschedgraph.d126 … KTDSTATE[curthread], curthread->td_priority, curthread->td_wmesg ? stringof(curthread->td_wmesg) …
/freebsd/tools/debugscripts/
H A Dgdbinit.kernel218 if ($thread.td_wmesg)
219 printf " %s", $thread.td_wmesg
259 if ($thread.td_wmesg)
260 printf "%s ", $thread.td_wmesg
/freebsd/sys/ddb/
H A Ddb_ps.c308 wmesg = td->td_wmesg; in dumpthread()
415 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
/freebsd/sys/kern/
H A Dtty_info.c353 state = td->td_wmesg; in tty_info()
H A Dsubr_sleepqueue.c379 td->td_wmesg = wmesg; in sleepq_add()
601 sleepq_profile(td->td_wmesg); in sleepq_switch()
856 td->td_wmesg = NULL; in sleepq_remove_thread()
H A Dkern_sx.c1547 sx->lock_object.lo_name != td->td_wmesg) in sx_chain()
1551 db_printf("blocked on sx \"%s\" ", td->td_wmesg); in sx_chain()
H A Dkern_clock.c228 if (!strcmp(blessed[i], td->td_wmesg)) in deadlres_td_sleep_q()
H A Dsubr_turnstile.c1215 td->td_wchan, td->td_wmesg); in print_lockchain()
H A Dsched_4bsd.c1064 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
H A Dkern_proc.c1257 if (td->td_wmesg != NULL) in fill_kinfo_thread()
1258 strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg)); in fill_kinfo_thread()
H A Dsched_ule.c2254 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
/freebsd/lib/libkvm/
H A Dkvm_proc.c384 if ((proc.p_state != PRS_ZOMBIE) && mtd.td_wmesg) in kvm_proclist()
385 (void)kvm_read(kd, (u_long)mtd.td_wmesg, in kvm_proclist()
/freebsd/sys/sys/
H A Dproc.h270 const char *td_wmesg; /* (t) Reason for sleep. */ member