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

/freebsd-9.3-release/sys/ddb/
H A Ddb_ps.c132 if (td->td_state == TDS_RUNNING ||
133 td->td_state == TDS_RUNQ ||
134 td->td_state == TDS_CAN_RUN)
226 switch (td->td_state) {
320 switch (td->td_state) {
366 db_printf("??? (%#x)\n", td->td_state);
/freebsd-9.3-release/sys/sys/
H A Dproc.h298 } td_state; /* (t) thread state */ member in struct:thread
447 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING)
448 #define TD_ON_RUNQ(td) ((td)->td_state == TDS_RUNQ)
449 #define TD_CAN_RUN(td) ((td)->td_state == TDS_CAN_RUN)
450 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED)
456 (td)->td_state = TDS_INHIBITED; \
463 (td)->td_state = TDS_CAN_RUN; \
479 #define TD_SET_RUNNING(td) (td)->td_state = TDS_RUNNING
480 #define TD_SET_RUNQ(td) (td)->td_state = TDS_RUNQ
481 #define TD_SET_CAN_RUN(td) (td)->td_state
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_turnstile.c268 td->td_tid, td->td_name, td->td_state,
1116 switch (td->td_state) {
1144 db_printf("??? (%#x)\n", td->td_state);
1200 switch (td->td_state) {
1229 db_printf("??? (%#x)\n", td->td_state);
H A Dkern_synch.c513 switch (td->td_state) {
528 printf("state is 0x%x", td->td_state);
H A Dkern_thread.c137 td->td_state = TDS_INACTIVE;
169 switch (td->td_state) {
492 td->td_state = TDS_INACTIVE;
542 td->td_state = TDS_INACTIVE;
H A Dinit_main.c487 td->td_state = TDS_RUNNING;
H A Dkern_intr.c924 __func__, p->p_pid, td->td_name, it->it_need, td->td_state);
1078 __func__, p->p_pid, td->td_name, it->it_need, td->td_state);
H A Dkern_racct.c1037 switch (td->td_state) {
H A Dsched_4bsd.c1753 switch (td->td_state) {
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c101 else if (td.td_state == TDS_RUNNING && stoppcbs != 0 &&
/freebsd-9.3-release/sys/dev/twe/
H A Dtwevar.h60 u_int8_t td_state; member in struct:twe_drive
H A Dtwe_freebsd.c598 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-9.3-release/sys/vm/
H A Dvm_meter.c141 switch (td->td_state) {
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_proc.c406 } else if (mtd.td_state ==
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c782 switch(td2->td_state) {

Completed in 302 milliseconds