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

/freebsd-10.0-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-10.0-release/sys/sys/
H A Dproc.h302 } td_state; /* (t) thread state */ member in struct:thread
444 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING)
445 #define TD_ON_RUNQ(td) ((td)->td_state == TDS_RUNQ)
446 #define TD_CAN_RUN(td) ((td)->td_state == TDS_CAN_RUN)
447 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED)
453 (td)->td_state = TDS_INHIBITED; \
460 (td)->td_state = TDS_CAN_RUN; \
476 #define TD_SET_RUNNING(td) (td)->td_state = TDS_RUNNING
477 #define TD_SET_RUNQ(td) (td)->td_state = TDS_RUNQ
478 #define TD_SET_CAN_RUN(td) (td)->td_state
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_turnstile.c267 td->td_tid, td->td_name, td->td_state,
1115 switch (td->td_state) {
1143 db_printf("??? (%#x)\n", td->td_state);
1199 switch (td->td_state) {
1228 db_printf("??? (%#x)\n", td->td_state);
H A Dkern_synch.c522 switch (td->td_state) {
537 printf("state is 0x%x", td->td_state);
H A Dkern_thread.c137 td->td_state = TDS_INACTIVE;
169 switch (td->td_state) {
491 td->td_state = TDS_INACTIVE;
541 td->td_state = TDS_INACTIVE;
H A Dinit_main.c485 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.c1754 switch (td->td_state) {
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c99 else if (td.td_state == TDS_RUNNING &&
/freebsd-10.0-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-10.0-release/sys/vm/
H A Dvm_meter.c142 switch (td->td_state) {
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c406 } else if (mtd.td_state ==
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c773 switch(td2->td_state) {

Completed in 172 milliseconds