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

/freebsd-12-stable/sys/ddb/
H A Ddb_ps.c162 if (td->td_state == TDS_RUNNING ||
163 td->td_state == TDS_RUNQ ||
164 td->td_state == TDS_CAN_RUN)
261 switch (td->td_state) {
360 switch (td->td_state) {
406 db_printf("??? (%#x)\n", td->td_state);
H A Ddb_command.c855 if (td->td_state == TDS_RUNNING)
/freebsd-12-stable/sys/sys/
H A Dproc.h335 } td_state; /* (t) thread state */ member in struct:thread
522 #define TD_IS_RUNNING(td) ((td)->td_state == TDS_RUNNING)
523 #define TD_ON_RUNQ(td) ((td)->td_state == TDS_RUNQ)
524 #define TD_CAN_RUN(td) ((td)->td_state == TDS_CAN_RUN)
525 #define TD_IS_INHIBITED(td) ((td)->td_state == TDS_INHIBITED)
537 (td)->td_state = TDS_INHIBITED; \
544 (td)->td_state = TDS_CAN_RUN; \
560 #define TD_SET_RUNNING(td) (td)->td_state = TDS_RUNNING
561 #define TD_SET_RUNQ(td) (td)->td_state = TDS_RUNQ
562 #define TD_SET_CAN_RUN(td) (td)->td_state
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_synch.c477 switch (td->td_state) {
492 printf("state is 0x%x", td->td_state);
H A Dkern_thread.c198 td->td_state = TDS_INACTIVE;
230 switch (td->td_state) {
612 td->td_state = TDS_INACTIVE;
661 td->td_state = TDS_INACTIVE;
H A Dsubr_turnstile.c268 td->td_tid, td->td_name, td->td_state,
1163 switch (td->td_state) {
1202 db_printf("??? (%#x)\n", td->td_state);
H A Dkern_racct.c1120 switch (td->td_state) {
H A Dinit_main.c500 td->td_state = TDS_RUNNING;
H A Dkern_intr.c970 __func__, td->td_proc->p_pid, td->td_name, it->it_need, td->td_state);
H A Dsched_4bsd.c1738 switch (td->td_state) {
/freebsd-12-stable/sys/dev/twe/
H A Dtwevar.h62 u_int8_t td_state; member in struct:twe_drive
H A Dtwe_freebsd.c602 twe_describe_code(twe_table_unitstate, dr->td_state & TWE_PARAM_UNITSTATUS_MASK));
H A Dtwe.c244 if (twe_get_param_1(sc, table, TWE_PARAM_UNITINFO_Status, &dr->td_state)) {
/freebsd-12-stable/sys/vm/
H A Dvm_meter.c210 switch (td->td_state) {
/freebsd-12-stable/lib/libkvm/
H A Dkvm_proc.c428 } else if (mtd.td_state ==
/freebsd-12-stable/sys/compat/linprocfs/
H A Dlinprocfs.c939 switch(td2->td_state) {

Completed in 245 milliseconds