Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_ps.c312 wmesg = td->td_wmesg; in dumpthread()
425 td->td_wmesg, td->td_wchan, in DB_SHOW_COMMAND()
/f-stack/freebsd/kern/
H A Dtty_info.c351 state = td->td_wmesg; in tty_info()
H A Dsubr_sleepqueue.c381 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 Dkern_clock.c239 if (!strcmp(blessed[i], td->td_wmesg)) in deadlres_td_sleep_q()
H A Dkern_sx.c1545 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 Dsubr_turnstile.c1216 td->td_wchan, td->td_wmesg); in print_lockchain()
H A Dsched_4bsd.c1043 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
H A Dkern_proc.c1227 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 Dsched_ule.c2112 "prio:%d", td->td_priority, "wmesg:\"%s\"", td->td_wmesg, in sched_switch()
/f-stack/freebsd/sys/
H A Dproc.h262 const char *td_wmesg; /* (t) Reason for sleep. */ member