Searched refs:td_wmesg (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/fs/procfs/ |
H A D | procfs_status.c | 118 KASSERT(tdfirst->td_wmesg != NULL, in procfs_doprocstatus() 120 wmesg = tdfirst->td_wmesg; in procfs_doprocstatus()
|
/freebsd/tools/sched/ |
H A D | schedgraph.d | 126 … KTDSTATE[curthread], curthread->td_priority, curthread->td_wmesg ? stringof(curthread->td_wmesg) …
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.kernel | 218 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 D | db_ps.c | 308 wmesg = td->td_wmesg; in dumpthread() 415 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
|
/freebsd/sys/kern/ |
H A D | tty_info.c | 353 state = td->td_wmesg; in tty_info()
|
H A D | subr_sleepqueue.c | 379 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 D | kern_sx.c | 1547 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 D | kern_clock.c | 228 if (!strcmp(blessed[i], td->td_wmesg)) in deadlres_td_sleep_q()
|
H A D | subr_turnstile.c | 1215 td->td_wchan, td->td_wmesg); in print_lockchain()
|
H A D | sched_4bsd.c | 1064 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
H A D | kern_proc.c | 1257 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 D | sched_ule.c | 2254 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 384 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 D | proc.h | 270 const char *td_wmesg; /* (t) Reason for sleep. */ member
|