Searched refs:td_state (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/ddb/
H A Ddb_ps.c156 if (td->td_state == TDS_RUNNING ||
157 td->td_state == TDS_RUNQ ||
158 td->td_state == TDS_CAN_RUN)
255 switch (td->td_state) {
353 switch (td->td_state) {
399 db_printf("??? (%#x)\n", td->td_state);
/freebsd-10-stable/sys/sys/
H A Dproc.h304 } td_state; /* (t) thread state */ member in struct:thread
459 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING)
460 #define TD_ON_RUNQ(td) ((td)->td_state == TDS_RUNQ)
461 #define TD_CAN_RUN(td) ((td)->td_state == TDS_CAN_RUN)
462 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED)
474 (td)->td_state = TDS_INHIBITED; \
481 (td)->td_state = TDS_CAN_RUN; \
497 #define TD_SET_RUNNING(td) (td)->td_state = TDS_RUNNING
498 #define TD_SET_RUNQ(td) (td)->td_state = TDS_RUNQ
499 #define TD_SET_CAN_RUN(td) (td)->td_state
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_turnstile.c267 td->td_tid, td->td_name, td->td_state,
1113 switch (td->td_state) {
1141 db_printf("??? (%#x)\n", td->td_state);
1196 switch (td->td_state) {
1225 db_printf("??? (%#x)\n", td->td_state);
H A Dkern_synch.c499 switch (td->td_state) {
514 printf("state is 0x%x", td->td_state);
H A Dkern_thread.c140 td->td_state = TDS_INACTIVE;
172 switch (td->td_state) {
495 td->td_state = TDS_INACTIVE;
544 td->td_state = TDS_INACTIVE;
H A Dinit_main.c492 td->td_state = TDS_RUNNING;
H A Dkern_intr.c925 __func__, p->p_pid, td->td_name, it->it_need, td->td_state);
1079 __func__, p->p_pid, td->td_name, it->it_need, td->td_state);
H A Dkern_racct.c1115 switch (td->td_state) {
H A Dsched_4bsd.c1740 switch (td->td_state) {
/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c99 else if (td.td_state == TDS_RUNNING &&
/freebsd-10-stable/sys/dev/twe/
H A Dtwevar.h60 u_int8_t td_state; member in struct:twe_drive
H A Dtwe_freebsd.c600 twe_describe_code(twe_table_unitstate, dr->td_state & TWE_PARAM_UNITSTATUS_MASK));
H A Dtwe.c242 if (twe_get_param_1(sc, table, TWE_PARAM_UNITINFO_Status, &dr->td_state)) {
/freebsd-10-stable/sys/vm/
H A Dvm_meter.c132 switch (td->td_state) {
/freebsd-10-stable/lib/libkvm/
H A Dkvm_proc.c406 } else if (mtd.td_state ==
/freebsd-10-stable/sys/compat/linprocfs/
H A Dlinprocfs.c753 switch(td2->td_state) {

Completed in 210 milliseconds