Searched refs:td_wmesg (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | db_ps.c | 312 wmesg = td->td_wmesg; in dumpthread() 425 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
|
| /f-stack/freebsd/kern/ |
| H A D | tty_info.c | 351 state = td->td_wmesg; in tty_info()
|
| H A D | subr_sleepqueue.c | 381 td->td_wmesg = wmesg; in sleepq_add() 601 sleepq_profile(td->td_wmesg); in sleepq_switch() 849 td->td_wmesg = NULL; in sleepq_remove_thread()
|
| H A D | kern_clock.c | 239 if (!strcmp(blessed[i], td->td_wmesg)) in deadlres_td_sleep_q()
|
| H A D | kern_sx.c | 1545 sx->lock_object.lo_name != td->td_wmesg) in sx_chain() 1549 db_printf("blocked on sx \"%s\" ", td->td_wmesg); in sx_chain()
|
| H A D | subr_turnstile.c | 1216 td->td_wchan, td->td_wmesg); in print_lockchain()
|
| H A D | sched_4bsd.c | 1043 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
| H A D | kern_proc.c | 1227 if (td->td_wmesg != NULL) in fill_kinfo_thread() 1228 strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg)); in fill_kinfo_thread()
|
| H A D | sched_ule.c | 2112 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 262 const char *td_wmesg; /* (t) Reason for sleep. */ member
|