Searched refs:td_state (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/sys/ddb/ |
| D | db_ps.c | 132 if (td->td_state == TDS_RUNNING || in db_ps() 133 td->td_state == TDS_RUNQ || in db_ps() 134 td->td_state == TDS_CAN_RUN) in db_ps() 227 switch (td->td_state) { in dumpthread() 321 switch (td->td_state) { in DB_SHOW_COMMAND() 367 db_printf("??? (%#x)\n", td->td_state); in DB_SHOW_COMMAND()
|
| /freebsd-9-stable/sys/sys/ |
| D | proc.h | 299 } td_state; /* (t) thread state */ member 450 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING) 451 #define TD_ON_RUNQ(td) ((td)->td_state == TDS_RUNQ) 452 #define TD_CAN_RUN(td) ((td)->td_state == TDS_CAN_RUN) 453 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED) 459 (td)->td_state = TDS_INHIBITED; \ 466 (td)->td_state = TDS_CAN_RUN; \ 482 #define TD_SET_RUNNING(td) (td)->td_state = TDS_RUNNING 483 #define TD_SET_RUNQ(td) (td)->td_state = TDS_RUNQ 484 #define TD_SET_CAN_RUN(td) (td)->td_state = TDS_CAN_RUN
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_thread.c | 137 td->td_state = TDS_INACTIVE; in thread_ctor() 169 switch (td->td_state) { in thread_dtor() 493 td->td_state = TDS_INACTIVE; in thread_exit() 543 td->td_state = TDS_INACTIVE; in thread_link()
|
| D | subr_turnstile.c | 268 td->td_tid, td->td_name, td->td_state, in propagate_priority() 1116 switch (td->td_state) { in print_lockchain() 1144 db_printf("??? (%#x)\n", td->td_state); in print_lockchain() 1200 switch (td->td_state) { in DB_SHOW_ALIAS() 1229 db_printf("??? (%#x)\n", td->td_state); in DB_SHOW_ALIAS()
|
| D | kern_synch.c | 512 switch (td->td_state) { in setrunnable() 527 printf("state is 0x%x", td->td_state); in setrunnable()
|
| D | init_main.c | 487 td->td_state = TDS_RUNNING; in proc0_init()
|
| D | kern_intr.c | 924 __func__, p->p_pid, td->td_name, it->it_need, td->td_state); in intr_event_schedule_thread() 1078 __func__, p->p_pid, td->td_name, it->it_need, td->td_state); in intr_event_schedule_thread()
|
| D | kern_racct.c | 1035 switch (td->td_state) { in racct_proc_throttle()
|
| D | sched_4bsd.c | 1758 switch (td->td_state) { in sched_affinity()
|
| /freebsd-9-stable/gnu/usr.bin/gdb/kgdb/ |
| D | kthr.c | 101 else if (td.td_state == TDS_RUNNING && stoppcbs != 0 && in kgdb_thr_add_procs()
|
| /freebsd-9-stable/sys/dev/twe/ |
| D | twevar.h | 60 u_int8_t td_state; member
|
| D | twe_freebsd.c | 600 twe_describe_code(twe_table_unitstate, dr->td_state & TWE_PARAM_UNITSTATUS_MASK)); in twe_attach_drive()
|
| D | twe.c | 242 if (twe_get_param_1(sc, table, TWE_PARAM_UNITINFO_Status, &dr->td_state)) { in twe_add_unit()
|
| /freebsd-9-stable/sys/vm/ |
| D | vm_meter.c | 134 switch (td->td_state) { in vmtotal()
|
| /freebsd-9-stable/lib/libkvm/ |
| D | kvm_proc.c | 406 } else if (mtd.td_state == in kvm_proclist()
|
| /freebsd-9-stable/sys/compat/linprocfs/ |
| D | linprocfs.c | 782 switch(td2->td_state) { in linprocfs_doprocstatus()
|